Home
last modified time | relevance | path

Searched refs:thread_kicked (Results 1 – 3 of 3) sorted by relevance

/qemu/system/
H A Dcpus.c451 qatomic_set_mb(&cpu->thread_kicked, false); in qemu_wait_io_event_common()
478 if (cpu->thread_kicked) { in cpus_kick_thread()
481 cpu->thread_kicked = true; in cpus_kick_thread()
/qemu/include/hw/core/
H A Dcpu.h482 bool thread_kicked; member
/qemu/target/arm/hvf/
H A Dhvf.c1808 qatomic_set_mb(&cpu->thread_kicked, false); in hvf_wait_for_ipi()