Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c113 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()
116 *activepp = activep->tpa_next; in job_cleanup()
186 active.tpa_next = tpool->tp_active; in tpool_worker()
383 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
499 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
540 activep = activep->tpa_next) { in postfork1_child_tpool()
542 activep->tpa_next = NULL; in postfork1_child_tpool()
H A Dthread_pool_impl.h58 tpool_active_t *tpa_next; /* list of active threads */ member