Home
last modified time | relevance | path

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

/qemu/accel/tcg/
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/
A Dcpu-common.c252 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()
/qemu/target/i386/nvmm/
A Dnvmm-accel-ops.c51 qemu_cond_wait_bql(cpu->halt_cond); in qemu_nvmm_cpu_thread_fn()
/qemu/target/i386/whpx/
A Dwhpx-accel-ops.c51 qemu_cond_wait_bql(cpu->halt_cond); in whpx_cpu_thread_fn()
/qemu/migration/
A Dcpu-throttle.c65 qemu_cond_timedwait_bql(cpu->halt_cond, in cpu_throttle_thread()
/qemu/system/
A Dcpus.c462 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event()
491 qemu_cond_broadcast(cpu->halt_cond); in qemu_cpu_kick()
A Dphysmem.c2617 if (cpu->halt_cond) { in tcg_commit()
/qemu/include/hw/core/
A Dcpu.h478 struct QemuCond *halt_cond; member

Completed in 21 milliseconds