Home
last modified time | relevance | path

Searched refs:all_cpu_threads_idle (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c112 while (all_cpu_threads_idle()) { in rr_wait_io_event()
293 if (icount_enabled() && all_cpu_threads_idle()) { in rr_cpu_thread_fn()
H A Dicount-common.c307 if (!all_cpu_threads_idle()) { in icount_start_warp_timer()
/openbmc/qemu/include/sysemu/
H A Dcpus.h25 bool all_cpu_threads_idle(void);
/openbmc/qemu/system/
H A Dcpus.c103 bool all_cpu_threads_idle(void) in all_cpu_threads_idle() function