Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c93 tpool->tp_flags &= ~TP_WAIT; in notify_waiters()
119 if (tpool->tp_flags & TP_WAIT) in job_cleanup()
143 if (tpool->tp_flags & TP_WAIT) in tpool_worker()
480 tpool->tp_flags |= TP_WAIT; in tpool_destroy()
528 tpool->tp_flags |= TP_WAIT; in tpool_wait()
H A Dthread_pool_impl.h84 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ macro