Sign in
◑
Theme
qemu-android
/
qemu-android
/
d8eb38649587c58d767c3bc6a1075bfeabda9e8a
/
.
/
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
)
{
}