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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h67 tpool_t *tp_back; member in struct:tpool
H A Dthread_pool.c55 tpool->tp_back->tp_forw = tpool->tp_forw;
56 tpool->tp_forw->tp_back = tpool->tp_back;
307 tpool->tp_back = tpool;
310 thread_pools->tp_back->tp_forw = tpool;
312 tpool->tp_back = thread_pools->tp_back;
313 thread_pools->tp_back = tpool;

Completed in 48 milliseconds