Searched refs:halt_cond (Results 1 – 8 of 8) sorted by relevance
114 qemu_cond_wait_bql(first_cpu->halt_cond); in rr_wait_io_event()201 qemu_cond_wait_bql(first_cpu->halt_cond); in rr_cpu_thread_fn()318 single_tcg_halt_cond = cpu->halt_cond; in rr_start_vcpu_thread()329 qemu_cond_destroy(cpu->halt_cond); in rr_start_vcpu_thread()330 g_free(cpu->halt_cond); in rr_start_vcpu_thread()332 cpu->halt_cond = single_tcg_halt_cond; in rr_start_vcpu_thread()
252 cpu->halt_cond = g_new0(QemuCond, 1); in cpu_common_initfn()253 qemu_cond_init(cpu->halt_cond); in cpu_common_initfn()292 qemu_cond_destroy(cpu->halt_cond); in cpu_common_finalize()293 g_free(cpu->halt_cond); in cpu_common_finalize()
51 qemu_cond_wait_bql(cpu->halt_cond); in qemu_nvmm_cpu_thread_fn()
51 qemu_cond_wait_bql(cpu->halt_cond); in whpx_cpu_thread_fn()
65 qemu_cond_timedwait_bql(cpu->halt_cond, in cpu_throttle_thread()
462 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event()491 qemu_cond_broadcast(cpu->halt_cond); in qemu_cpu_kick()
2619 if (cpu->halt_cond) { in tcg_commit()
478 struct QemuCond *halt_cond; member