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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h59 pthread_t tpa_tid; /* active thread id */ member in struct:tpool_active
H A Dthread_pool.c115 if (activep->tpa_tid == my_tid) {
140 active.tpa_tid = pthread_self();
384 (void) pthread_cancel(activep->tpa_tid);
500 if (activep->tpa_tid == my_tid) {
541 if (activep->tpa_tid == my_tid) {

Completed in 16 milliseconds