Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c94 tpool->tp_flags &= ~TP_WAIT; in notify_waiters()
118 if (tpool->tp_flags & TP_WAIT) in job_cleanup()
142 if (tpool->tp_flags & TP_WAIT) in tpool_worker()
386 tpool->tp_flags |= TP_WAIT; in tpool_destroy()
434 tpool->tp_flags |= TP_WAIT; in tpool_wait()
548 tpool->tp_flags &= ~TP_WAIT; in postfork1_child_tpool()
H A Dthread_pool_impl.h84 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ macro