Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c53 tpool->tp_back->tp_forw = tpool->tp_forw; in delete_pool()
54 tpool->tp_forw->tp_back = tpool->tp_back; in delete_pool()
305 tpool->tp_back = tpool; in tpool_create()
308 thread_pools->tp_back->tp_forw = tpool; in tpool_create()
310 tpool->tp_back = thread_pools->tp_back; in tpool_create()
311 thread_pools->tp_back = tpool; in tpool_create()
H A Dthread_pool_impl.h65 tpool_t *tp_back; member