Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dwaitq.h591 extern uint32_t waitq_wakeup64_nthreads(
H A Dwaitq.c2321 waitq_wakeup64_nthreads( in waitq_wakeup64_nthreads() function
2352 count = waitq_wakeup64_nthreads(waitq, wake_event, result, in waitq_wakeup64_all()
2366 count = waitq_wakeup64_nthreads(waitq, wake_event, result, flags, 1); in waitq_wakeup64_one()
H A Dsched_prim.c1721 count = waitq_wakeup64_nthreads(wq, CAST_EVENT64_T(event), result, in thread_wakeup_nthreads_prim()