Searched refs:waitq_wakeup64_nthreads_locked (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | waitq.h | 747 extern uint32_t waitq_wakeup64_nthreads_locked(
|
| H A D | waitq.c | 1499 waitq_wakeup64_nthreads_locked( in waitq_wakeup64_nthreads_locked() function 1547 count = waitq_wakeup64_nthreads_locked(waitq, wake_event, result, in waitq_wakeup64_all_locked() 1561 count = waitq_wakeup64_nthreads_locked(waitq, wake_event, result, in waitq_wakeup64_one_locked() 2339 return waitq_wakeup64_nthreads_locked(waitq, wake_event, result, in waitq_wakeup64_nthreads()
|
| /xnu-12377.1.9/tests/unit/mocks/ |
| H A D | mock_thread.c | 1488 waitq_wakeup64_nthreads_locked, ( 1496 return waitq_wakeup64_nthreads_locked(waitq, wake_event, result, flags, nthreads);
|