Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c115 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()
H A Dthread_pool_impl.h59 pthread_t tpa_tid; /* active thread id */ member