Searched refs:TP_SUSPEND (Results 1 – 2 of 2) sorted by relevance
146 (tpool->tp_flags & TP_SUSPEND)) && in tpool_worker()170 if (tpool->tp_flags & TP_SUSPEND) { in tpool_worker()171 tpool->tp_flags &= ~TP_SUSPEND; in tpool_worker()179 !(tpool->tp_flags & TP_SUSPEND)) { in tpool_worker()426 if (!(tpool->tp_flags & TP_SUSPEND)) { in tpool_dispatch()483 tpool->tp_flags &= ~TP_SUSPEND; in tpool_destroy()521 tpool->tp_flags &= ~TP_SUSPEND; in tpool_abandon()553 tpool->tp_flags |= TP_SUSPEND; in tpool_suspend()565 suspended = (tpool->tp_flags & TP_SUSPEND) != 0; in tpool_suspended()579 if (!(tpool->tp_flags & TP_SUSPEND)) { in tpool_resume()[all …]
85 #define TP_SUSPEND 0x02 /* pool is being suspended */ macro