Searched refs:TP_ABANDON (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) {
148 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
168 if (tpool->tp_flags & TP_ABANDON) {
332 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
372 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
407 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
416 tpool->tp_flags |= TP_ABANDON;
431 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
438 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
[all...]
H A Dthread_pool_impl.h89 #define TP_ABANDON 0x08 /* pool is abandoned (auto-destroy) */ macro

Completed in 69 milliseconds