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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h66 tpool_t *tp_forw; /* circular list of all thread pools */ member in struct:tpool
H A Dthread_pool.c51 thread_pools = tpool->tp_forw;
55 tpool->tp_back->tp_forw = tpool->tp_forw;
56 tpool->tp_forw->tp_back = tpool->tp_back;
306 tpool->tp_forw = tpool;
310 thread_pools->tp_back->tp_forw = tpool;
311 tpool->tp_forw = thread_pools;
559 } while ((tpool = tpool->tp_forw) != thread_pools);

Completed in 67 milliseconds