Sign in
qemu-android
/
qemu-android
/
0f4a9e45ec35811ee250ac232d84d3c6d4fcd7fc
/
.
/
stubs
/
iothread-lock.c
blob: dda6f6b58dcb72342b6fc824dd943ada1ce35f48 [
file
]
#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
)
{
}