Searched refs:wait_queue_wakeup64_all_locked (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_mqueue.c330 wait_queue_wakeup64_all_locked(
1102 wait_queue_wakeup64_all_locked(
/xnu-2782.1.97/osfmk/kern/
H A Dsync_sema.c272 wait_queue_wakeup64_all_locked(&semaphore->wait_queue,
337 kr = wait_queue_wakeup64_all_locked(
H A Dwait_queue.h242 __private_extern__ kern_return_t wait_queue_wakeup64_all_locked(
H A Dwait_queue.c1493 * Routine: wait_queue_wakeup64_all_locked
1504 wait_queue_wakeup64_all_locked( function
1516 // panic("wait_queue_wakeup64_all_locked: lock not held on %p\n", wq); /* (BRINGUP) */
1573 ret = wait_queue_wakeup64_all_locked(
1607 ret = wait_queue_wakeup64_all_locked(wq, event, result, TRUE);

Completed in 27 milliseconds