Home
last modified time | relevance | path

Searched refs:waitq_wakeup64_one_locked (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Dwaitq.h723 extern kern_return_t waitq_wakeup64_one_locked(
H A Dsync_sema.c399 kr = waitq_wakeup64_one_locked(&semaphore->waitq, in semaphore_signal_internal()
H A Dwaitq.c1559 waitq_wakeup64_one_locked( in waitq_wakeup64_one_locked() function
2374 return waitq_wakeup64_one_locked(waitq, wake_event, result, in waitq_wakeup64_one()
/xnu-10002.61.3/osfmk/ipc/
H A Dipc_eventlink.c893 kr = waitq_wakeup64_one_locked( in ipc_eventlink_signal_internal_locked()