Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dwaitq.h591 extern uint32_t waitq_wakeup64_nthreads(
H A Dwaitq.c2336 waitq_wakeup64_nthreads( in waitq_wakeup64_nthreads() function
2367 count = waitq_wakeup64_nthreads(waitq, wake_event, result, in waitq_wakeup64_all()
2381 count = waitq_wakeup64_nthreads(waitq, wake_event, result, flags, 1); in waitq_wakeup64_one()
H A Dsched_prim.c1916 count = waitq_wakeup64_nthreads(wq, CAST_EVENT64_T(event), result, in thread_wakeup_nthreads_prim()