Home
last modified time | relevance | path

Searched refs:tp_flags (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c80 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) { in worker_cleanup()
81 if (tpool->tp_flags & TP_ABANDON) { in worker_cleanup()
86 if (tpool->tp_flags & TP_DESTROY) in worker_cleanup()
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()
147 (tpool->tp_flags & TP_SUSPEND)) && in tpool_worker()
148 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) { in tpool_worker()
166 if (tpool->tp_flags & TP_DESTROY) in tpool_worker()
168 if (tpool->tp_flags & TP_ABANDON) { in tpool_worker()
[all …]
H A Dthread_pool_impl.h76 int tp_flags; /* see below */ member