Home
last modified time | relevance | path

Searched refs:qemu_thread_is_self (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthread.h198 bool qemu_thread_is_self(QemuThread *thread);
/openbmc/qemu/util/
H A Dqemu-thread-win32.c549 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self() function
H A Dqemu-thread-posix.c666 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self() function
H A Doslib-posix.c308 if (qemu_thread_is_self(&thread->pgthread)) { in sigbus_handler()
/openbmc/qemu/system/
H A Dcpus.c507 return qemu_thread_is_self(cpu->thread); in qemu_cpu_is_self()
/openbmc/qemu/ui/
H A Dspice-core.c223 bool need_lock = !qemu_thread_is_self(&me); in channel_event()
/openbmc/qemu/tests/unit/
H A Dtest-aio.c795 assert(qemu_thread_is_self(main_thread)); in co_check_current_thread()
/openbmc/qemu/migration/
H A Dmigration.c1694 return qemu_thread_is_self(&s->thread); in migration_thread_is_self()