Searched refs:CoroutinePoolBatch (Results 1 – 1 of 1) sorted by relevance
48 typedef struct CoroutinePoolBatch { struct50 QSLIST_ENTRY(CoroutinePoolBatch) next;55 } CoroutinePoolBatch; argument57 typedef QSLIST_HEAD(, CoroutinePoolBatch) CoroutinePool;70 static CoroutinePoolBatch *coroutine_pool_batch_new(void) in coroutine_pool_batch_new()72 CoroutinePoolBatch *batch = g_new(CoroutinePoolBatch, 1); in coroutine_pool_batch_new()79 static void coroutine_pool_batch_delete(CoroutinePoolBatch *batch) in coroutine_pool_batch_delete()94 CoroutinePoolBatch *batch; in local_pool_cleanup()95 CoroutinePoolBatch *tmp; in local_pool_cleanup()117 CoroutinePoolBatch *batch = QSLIST_FIRST(local_pool); in coroutine_pool_get_local()[all …]