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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c77 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
83 if (tpool->tp_flags & TP_DESTROY)
147 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
166 if (tpool->tp_flags & TP_DESTROY)
416 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
464 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
470 tpool->tp_flags |= TP_DESTROY;
499 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
523 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDON)));
530 ASSERT(!(tpool->tp_flags & (TP_DESTROY | TP_ABANDO
[all...]
H A Dthread_pool_impl.h86 #define TP_DESTROY 0x04 /* pool is being destroyed */ macro

Completed in 69 milliseconds