Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dproc_info_private.h331 boolean_t *exceeded_constrained);
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c5197 boolean_t *exceeded_constrained) in workqueue_get_pwq_exceeded() argument
5205 assert(exceeded_constrained != NULL); in workqueue_get_pwq_exceeded()
5216 *exceeded_constrained = (pwqinfo.pwq_state & WQ_EXCEEDED_CONSTRAINED_THREAD_LIMIT); in workqueue_get_pwq_exceeded()