Searched refs:activep (Results 1 – 1 of 1) sorted by relevance
108 tpool_active_t *activep; in job_cleanup() local113 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()114 activep = *activepp; in job_cleanup()115 if (activep->tpa_tid == my_tid) { in job_cleanup()116 *activepp = activep->tpa_next; in job_cleanup()369 tpool_active_t *activep; in tpool_destroy() local383 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()384 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()494 tpool_active_t *activep; in tpool_member() local499 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()[all …]