Sign in
◑
Theme
qemu-android
/
qemu-android
/
46f70ff148ae01e2dc96e64c393e295a0092555d
/
.
/
stubs
/
iothread-lock.c
blob: 9b6db2e74044363b10fb4189c372539dde661ecc [
file
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"qemu/main-loop.h"
bool
qemu_mutex_iothread_locked
(
void
)
{
return
true
;
}
void
qemu_mutex_lock_iothread
(
void
)
{
}
void
qemu_mutex_unlock_iothread
(
void
)
{
}