Searched refs:thread_pools (Results 1 – 1 of 1) sorted by relevance
35 static tpool_t *thread_pools = NULL; variable48 if (thread_pools == tpool) in delete_pool()49 thread_pools = tpool->tp_forw; in delete_pool()50 if (thread_pools == tpool) in delete_pool()51 thread_pools = NULL; in delete_pool()303 if (thread_pools == NULL) { in tpool_create()306 thread_pools = tpool; in tpool_create()308 thread_pools->tp_back->tp_forw = tpool; in tpool_create()309 tpool->tp_forw = thread_pools; in tpool_create()310 tpool->tp_back = thread_pools->tp_back; in tpool_create()[all …]