Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c37 static tpool_t *thread_pools = NULL; variable
50 if (thread_pools == tpool) in delete_pool()
51 thread_pools = tpool->tp_forw; in delete_pool()
52 if (thread_pools == tpool) in delete_pool()
53 thread_pools = NULL; in delete_pool()
305 if (thread_pools == NULL) { in tpool_create()
308 thread_pools = tpool; in tpool_create()
310 thread_pools->tp_back->tp_forw = tpool; in tpool_create()
311 tpool->tp_forw = thread_pools; in tpool_create()
312 tpool->tp_back = thread_pools->tp_back; in tpool_create()
[all …]