repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
semihosting: Use console_in_gf for SYS_READC
[qemu/rayw.git]
/
stubs
/
iothread-lock-block.c
blob
c88ed70462514bf65ca98e9e749f387901f5cbc4
1
#include
"qemu/osdep.h"
2
#include
"qemu/main-loop.h"
3
4
bool
qemu_in_main_thread
(
void
)
5
{
6
return
qemu_get_current_aio_context
() ==
qemu_get_aio_context
();
7
}
8