Sign in
fuchsia
/
third_party
/
qemu
/
5c49f7ee3b98316850de6a33952a4ac47701c118
/
.
/
stubs
/
iothread-lock.c
blob: 2a6efad64a169855a5f77e8831f78fd69e4dccc7 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu/main-loop.h"
bool
qemu_mutex_iothread_locked
(
void
)
{
return
true
;
}
void
qemu_mutex_lock_iothread_impl
(
const
char
*
file
,
int
line
)
{
}
void
qemu_mutex_unlock_iothread
(
void
)
{
}