Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
qemu
/
098de99aad1aa911b4950b47b55d2e2bcc4f9c0c
/
.
/
stubs
/
iothread-lock-block.c
blob: c88ed70462514bf65ca98e9e749f387901f5cbc4 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu/main-loop.h"
bool
qemu_in_main_thread
(
void
)
{
return
qemu_get_current_aio_context
()
==
qemu_get_aio_context
();
}