Searched refs:tp_active (Results 1 – 2 of 2) sorted by relevance
44 ASSERT(tpool->tp_current == 0 && tpool->tp_active == NULL); in delete_pool()95 if (tpool->tp_head == NULL && tpool->tp_active == NULL) { in notify_waiters()113 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()186 active.tpa_next = tpool->tp_active; in tpool_worker()187 tpool->tp_active = &active; in tpool_worker()383 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()387 while (tpool->tp_active != NULL) { in tpool_destroy()435 while (tpool->tp_head != NULL || tpool->tp_active != NULL) { in tpool_wait()499 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()539 for (activep = tpool->tp_active; activep; in postfork1_child_tpool()[all …]
72 tpool_active_t *tp_active; /* threads performing work */ member