Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dwaitq.h591 extern uint32_t waitq_wakeup64_nthreads(
H A Dwaitq.c2324 waitq_wakeup64_nthreads( in waitq_wakeup64_nthreads() function
2355 count = waitq_wakeup64_nthreads(waitq, wake_event, result, in waitq_wakeup64_all()
2369 count = waitq_wakeup64_nthreads(waitq, wake_event, result, flags, 1); in waitq_wakeup64_one()
H A Dsched_prim.c1751 count = waitq_wakeup64_nthreads(wq, CAST_EVENT64_T(event), result, in thread_wakeup_nthreads_prim()