Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c114 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()
/qemu/hw/core/
H A Dcpu-common.c319 cpu->halt_cond = g_new0(QemuCond, 1); in cpu_common_initfn()
320 qemu_cond_init(cpu->halt_cond); in cpu_common_initfn()
359 qemu_cond_destroy(cpu->halt_cond); in cpu_common_finalize()
360 g_free(cpu->halt_cond); in cpu_common_finalize()
/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c52 qemu_cond_wait_bql(cpu->halt_cond); in qemu_nvmm_cpu_thread_fn()
/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c52 qemu_cond_wait_bql(cpu->halt_cond); in whpx_cpu_thread_fn()
/qemu/migration/
H A Dcpu-throttle.c65 qemu_cond_timedwait_bql(cpu->halt_cond, in cpu_throttle_thread()
/qemu/system/
H A Dcpus.c467 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event()
496 qemu_cond_broadcast(cpu->halt_cond); in qemu_cpu_kick()
H A Dphysmem.c2788 if (cpu->halt_cond) { in tcg_commit()
/qemu/include/hw/core/
H A Dcpu.h481 struct QemuCond *halt_cond; member