Home
last modified time | relevance | path

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

/external/qemu/
Dcpus.c311 qemu_cond_timedwait(env->halt_cond, &qemu_global_mutex, 1000); in qemu_wait_io_event()
347 qemu_cond_timedwait(&qemu_system_cond, &qemu_global_mutex, 100); in kvm_cpu_thread_fn()
375 qemu_cond_timedwait(&qemu_system_cond, &qemu_global_mutex, 100); in tcg_cpu_thread_fn()
491 qemu_cond_timedwait(&qemu_pause_cond, &qemu_global_mutex, 100); in pause_all_vcpus()
523 qemu_cond_timedwait(&qemu_cpu_cond, &qemu_global_mutex, 100); in tcg_init_vcpu()
541 qemu_cond_timedwait(&qemu_cpu_cond, &qemu_global_mutex, 100); in kvm_start_vcpu()
Dqemu-thread.h34 int qemu_cond_timedwait(QemuCond *cond, QemuMutex *mutex, uint64_t msecs);
Dqemu-thread.c138 int qemu_cond_timedwait(QemuCond *cond, QemuMutex *mutex, uint64_t msecs) in qemu_cond_timedwait() function