Searched refs:tpa_tid (Results 1 – 2 of 2) sorted by relevance
115 if (activep->tpa_tid == my_tid) { in job_cleanup()140 active.tpa_tid = pthread_self(); in tpool_worker()384 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()500 if (activep->tpa_tid == my_tid) { in tpool_member()541 if (activep->tpa_tid == my_tid) { in postfork1_child_tpool()
59 pthread_t tpa_tid; /* active thread id */ member