Searched refs:bql (Results 1 – 1 of 1) sorted by relevance
/qemu/system/ |
H A D | cpus.c | 70 static QemuMutex bql; variable 428 qemu_mutex_init(&bql); in qemu_init_cpu_loop() 435 do_run_on_cpu(cpu, func, data, &bql); in run_on_cpu() 467 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event() 561 bql_lock_fn(&bql, file, line); in bql_lock_impl() 570 qemu_mutex_unlock(&bql); in bql_unlock() 575 qemu_cond_wait(cond, &bql); in qemu_cond_wait_bql() 580 qemu_cond_timedwait(cond, &bql, ms); in qemu_cond_timedwait_bql() 642 qemu_cond_wait(&qemu_pause_cond, &bql); in pause_all_vcpus() 712 qemu_cond_wait(&qemu_cpu_cond, &bql); in qemu_init_vcpu()
|