Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dthread-pool.c381 QemuMutex cur_work_lock; member
402 QEMU_LOCK_GUARD(&pool->cur_work_lock); in thread_pool_func()
417 qemu_mutex_init(&pool->cur_work_lock); in thread_pool_new()
439 qemu_mutex_destroy(&pool->cur_work_lock); in thread_pool_free()
453 WITH_QEMU_LOCK_GUARD(&pool->cur_work_lock) { in thread_pool_submit()
474 QEMU_LOCK_GUARD(&pool->cur_work_lock); in thread_pool_wait()
478 &pool->cur_work_lock); in thread_pool_wait()
492 QEMU_LOCK_GUARD(&pool->cur_work_lock); in thread_pool_adjust_max_threads_to_work()