Sign in
qemu
/
qemu
/
dcf6760a64f6cacc5b7a77b0e530f3fffef5e189
/
.
/
stubs
/
iothread-lock.c
blob: eb745d7d6a97529949001d34736eec1fd501858e [
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_impl
(
const
char
*
file
,
int
line
)
{
}
void
qemu_mutex_unlock_iothread
(
void
)
{
}