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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h84 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ macro
H A Dthread_pool.c93 tpool->tp_flags &= ~TP_WAIT;
119 if (tpool->tp_flags & TP_WAIT)
143 if (tpool->tp_flags & TP_WAIT)
480 tpool->tp_flags |= TP_WAIT;
528 tpool->tp_flags |= TP_WAIT;

Completed in 156 milliseconds