Searched refs:qemu_cond_timedwait (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | cpus.c | 311 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()
|
D | qemu-thread.h | 34 int qemu_cond_timedwait(QemuCond *cond, QemuMutex *mutex, uint64_t msecs);
|
D | qemu-thread.c | 138 int qemu_cond_timedwait(QemuCond *cond, QemuMutex *mutex, uint64_t msecs) in qemu_cond_timedwait() function
|