Searched refs:tp_active (Results 1 – 2 of 2) sorted by relevance
42 ASSERT(tpool->tp_current == 0 && tpool->tp_active == NULL); in delete_pool()93 if (tpool->tp_head == NULL && tpool->tp_active == NULL) { in notify_waiters()111 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()184 active.tpa_next = tpool->tp_active; in tpool_worker()185 tpool->tp_active = &active; in tpool_worker()381 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()385 while (tpool->tp_active != NULL) { in tpool_destroy()433 while (tpool->tp_head != NULL || tpool->tp_active != NULL) { in tpool_wait()497 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()537 for (activep = tpool->tp_active; activep; in postfork1_child_tpool()[all …]
70 tpool_active_t *tp_active; /* threads performing work */ member