Sign in
qemu
/
qemu
/
bba4e1b591531c087fce4ae501dc1ca299d8fb42
/
.
/
stubs
/
iothread-lock.c
blob: 9b6db2e74044363b10fb4189c372539dde661ecc [
file
] [
log
] [
blame
]
#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
)
{
}