Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-coroutine.c57 typedef QSLIST_HEAD(, CoroutinePoolBatch) CoroutinePool; typedef
63 static CoroutinePool global_pool = QSLIST_HEAD_INITIALIZER(global_pool);
67 QEMU_DEFINE_STATIC_CO_TLS(CoroutinePool, local_pool);
93 CoroutinePool *local_pool = get_ptr_local_pool(); in local_pool_cleanup()
116 CoroutinePool *local_pool = get_ptr_local_pool(); in coroutine_pool_get_local()
138 CoroutinePool *local_pool = get_ptr_local_pool(); in coroutine_pool_refill_local()
191 CoroutinePool *local_pool = get_ptr_local_pool(); in coroutine_pool_put()