Sign in
qemu
/
qemu
/
6b6833c1b4d11d7d838bce34ed4a2d7c42855efe
/
.
/
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
)
{
}