Home
last modified time | relevance | path

Searched refs:qemu_cond_wait (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthread.h77 #define qemu_cond_wait(c, m) \ macro
103 #define qemu_cond_wait(c, m) ({ \ macro
165 static inline void (qemu_cond_wait)(QemuCond *cond, QemuMutex *mutex)
167 qemu_cond_wait(cond, mutex);
/openbmc/qemu/
H A Dcpu-common.c164 qemu_cond_wait(&qemu_work_cond, mutex); in do_run_on_cpu()
186 qemu_cond_wait(&exclusive_resume, &qemu_cpu_list_lock); in exclusive_idle()
224 qemu_cond_wait(&exclusive_cond, &qemu_cpu_list_lock); in start_exclusive()
/openbmc/qemu/system/
H A Dcpus.c462 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event()
549 qemu_cond_wait(cond, &bql); in qemu_cond_wait_bql()
616 qemu_cond_wait(&qemu_pause_cond, &bql); in pause_all_vcpus()
687 qemu_cond_wait(&qemu_cpu_cond, &bql); in qemu_init_vcpu()
/openbmc/qemu/tests/unit/
H A Diothread.c110 qemu_cond_wait(&iothread->init_done_cond, in iothread_new()
/openbmc/qemu/ui/
H A Dvnc-jobs.c139 qemu_cond_wait(&queue->cond, &queue->mutex); in vnc_jobs_join()
248 qemu_cond_wait(&queue->cond, &queue->mutex); in vnc_worker_thread_loop()
/openbmc/qemu/replay/
H A Dreplay-internal.c225 qemu_cond_wait(&mutex_cond, &lock); in replay_mutex_lock()
/openbmc/qemu/io/
H A Dtask.c184 qemu_cond_wait(&task->thread_cond, &task->thread_lock); in qio_task_wait_thread()
/openbmc/qemu/util/
H A Doslib-posix.c348 qemu_cond_wait(&page_cond, &page_mutex); in do_touch_pages()
391 qemu_cond_wait(&page_cond, &page_mutex); in do_madv_populate_write_pages()
H A Dthread-pool.c371 qemu_cond_wait(&pool->worker_stopped, &pool->lock); in thread_pool_free()
H A Dqemu-thread-posix.c314 qemu_cond_wait(&sem->cond, &sem->mutex); in qemu_sem_wait()
/openbmc/qemu/hw/usb/
H A Du2f-emulated.c166 qemu_cond_wait(&key->key_cond, &key->key_mutex); in u2f_emulated_thread()
H A Dccid-card-emulated.c242 qemu_cond_wait(&card->handle_apdu_cond, &card->handle_apdu_mutex); in handle_apdu_thread()
/openbmc/qemu/hw/misc/
H A Dedu.c331 qemu_cond_wait(&edu->thr_cond, &edu->thr_mutex); in edu_fact_thread()
/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c452 qemu_cond_wait(&backend->cond, &backend->mutex); in cryptodev_lkcf_worker()
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c521 qemu_cond_wait(&dev->free_page_cond, &dev->free_page_lock); in get_free_page_hints()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c618 qemu_cond_wait(&mis->page_request_cond, in postcopy_ram_incoming_cleanup()
/openbmc/qemu/net/
H A Dcolo-compare.c920 qemu_cond_wait(&event_complete_cond, &event_mtx); in colo_notify_compares_event()