Searched refs:TP_WAIT (Results 1 – 2 of 2) sorted by relevance
96 tpool->tp_flags &= ~TP_WAIT; in notify_waiters()120 if (tpool->tp_flags & TP_WAIT) in job_cleanup()144 if (tpool->tp_flags & TP_WAIT) in tpool_worker()388 tpool->tp_flags |= TP_WAIT; in tpool_destroy()436 tpool->tp_flags |= TP_WAIT; in tpool_wait()550 tpool->tp_flags &= ~TP_WAIT; in postfork1_child_tpool()
86 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ macro