Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/pthread/
H A Dpthread_workqueue.c2847 workq_reqthreads(struct proc *p, uint32_t reqcount, pthread_priority_t pp, bool cooperative) in workq_reqthreads() function
3447 error = workq_reqthreads(p, arg2, arg3, false); in workq_kernreturn()
3456 error = workq_reqthreads(p, arg2, arg3, true); in workq_kernreturn()