Searched refs:tp_flags (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))) {
78 if (tpool->tp_flags & TP_ABANDON) {
83 if (tpool->tp_flags & TP_DESTROY)
93 tpool->tp_flags &= ~TP_WAIT;
119 if (tpool->tp_flags & TP_WAIT)
143 if (tpool->tp_flags & TP_WAIT)
146 (tpool->tp_flags & TP_SUSPEND)) &&
147 !(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.h74 int tp_flags; /* see below */ member in struct:tpool
83 /* tp_flags */

Completed in 101 milliseconds