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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h86 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ macro
H A Dthread_pool.c96 tpool->tp_flags &= ~TP_WAIT;
120 if (tpool->tp_flags & TP_WAIT)
144 if (tpool->tp_flags & TP_WAIT)
388 tpool->tp_flags |= TP_WAIT;
436 tpool->tp_flags |= TP_WAIT;
550 tpool->tp_flags &= ~TP_WAIT;

Completed in 45 milliseconds