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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c80 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
81 if (tpool->tp_flags & TP_ABANDON) {
86 if (tpool->tp_flags & TP_DESTROY)
96 tpool->tp_flags &= ~TP_WAIT;
120 if (tpool->tp_flags & TP_WAIT)
144 if (tpool->tp_flags & TP_WAIT)
147 (tpool->tp_flags & TP_SUSPEND)) &&
148 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
166 if (tpool->tp_flags & TP_DESTROY)
168 if (tpool->tp_flags
[all...]
H A Dthread_pool_impl.h76 int tp_flags; /* see below */ member in struct:tpool
85 /* tp_flags */

Completed in 44 milliseconds