Sign in
qemu
/
qemu
/
2eb42a728d27a43fdcad5f37d3f65706ce6deba5
/
.
/
stubs
/
iothread-lock.c
blob: d7890e5581c5c29b69d18e9e27f509e453c739e5 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu/main-loop.h"
bool
bql_locked
(
void
)
{
return
false
;
}
void
bql_lock_impl
(
const
char
*
file
,
int
line
)
{
}
void
bql_unlock
(
void
)
{
}