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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h63 pthread_t tpa_tid; /* active thread id */ member in struct:tpool_active
H A Dthread_pool.c98 if (activep->tpa_tid == my_tid) {
124 active.tpa_tid = pthread_self();
314 (void) pthread_cancel(activep->tpa_tid);
419 if (activep->tpa_tid == my_tid) {

Completed in 187 milliseconds