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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h58 tpool_active_t *tpa_next; /* list of active threads */ member in struct:tpool_active
H A Dthread_pool.c113 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) {
116 *activepp = activep->tpa_next;
186 active.tpa_next = tpool->tp_active;
383 for (activep = tpool->tp_active; activep; activep = activep->tpa_next)
499 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) {
540 activep = activep->tpa_next) {
542 activep->tpa_next = NULL;

Completed in 68 milliseconds