Searched refs:tp_flags (Results 1 – 2 of 2) sorted by relevance
70 if (tpool->tp_flags & TP_DESTROY) in worker_cleanup()80 tpool->tp_flags &= ~TP_WAIT; in notify_waiters()105 if (tpool->tp_flags & TP_WAIT) in job_cleanup()130 if (tpool->tp_flags & TP_WAIT) in tpool_worker()310 tpool->tp_flags |= TP_DESTROY; in tpool_destroy()311 tpool->tp_flags &= ~TP_SUSPEND; in tpool_destroy()320 tpool->tp_flags |= TP_WAIT; in tpool_destroy()347 tpool->tp_flags |= TP_ABANDON; in tpool_abandon()365 tpool->tp_flags |= TP_WAIT; in tpool_wait()376 tpool->tp_flags |= TP_SUSPEND; in tpool_suspend()[all …]
80 int tp_flags; /* see below */ member