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