Searched refs:waitq_wakeup64_nthreads (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | waitq.h | 591 extern uint32_t waitq_wakeup64_nthreads(
|
| H A D | waitq.c | 2321 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 D | sched_prim.c | 1721 count = waitq_wakeup64_nthreads(wq, CAST_EVENT64_T(event), result, in thread_wakeup_nthreads_prim()
|