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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h90 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ macro
H A Dthread_pool.c78 tpool->tp_flags &= ~TP_WAIT;
103 if (tpool->tp_flags & TP_WAIT)
128 if (tpool->tp_flags & TP_WAIT)
318 tpool->tp_flags |= TP_WAIT;
363 tpool->tp_flags |= TP_WAIT;

Completed in 110 milliseconds