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

/freebsd-current/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h57 pthread_t tpa_tid; /* active thread id */ member in struct:tpool_active
H A Dthread_pool.c114 if (activep->tpa_tid == my_tid) {
139 active.tpa_tid = pthread_self();
488 (void) pthread_cancel(activep->tpa_tid);
604 if (activep->tpa_tid == my_tid) {

Completed in 61 milliseconds