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