Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/compat/opensolaris/misc/
H A Dthread_pool.c70 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 …]
H A Dthread_pool_impl.h80 int tp_flags; /* see below */ member