]>
Commit | Line | Data |
---|---|---|
87c9b5e0 | 1 | #include "qemu/osdep.h" |
5708fc66 PB |
2 | #include "qemu/main-loop.h" |
3 | ||
afbe7053 PB |
4 | bool qemu_mutex_iothread_locked(void) |
5 | { | |
6 | return true; | |
7 | } | |
8 | ||
cb764d06 | 9 | void qemu_mutex_lock_iothread_impl(const char *file, int line) |
5708fc66 PB |
10 | { |
11 | } | |
12 | ||
13 | void qemu_mutex_unlock_iothread(void) | |
14 | { | |
15 | } |