Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-15' into staging
[qemu/ar7.git] / stubs / iothread-lock.c
blob2a6efad64a169855a5f77e8831f78fd69e4dccc7
1 #include "qemu/osdep.h"
2 #include "qemu/main-loop.h"
4 bool qemu_mutex_iothread_locked(void)
6 return true;
9 void qemu_mutex_lock_iothread_impl(const char *file, int line)
13 void qemu_mutex_unlock_iothread(void)