Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.h292 extern kern_return_t waitq_wakeup64_one_locked(struct waitq *waitq,
H A Dsync_sema.c420 kr = waitq_wakeup64_one_locked( in semaphore_signal_internal()
H A Dwaitq.c2824 waitq_wakeup64_one_locked(struct waitq *waitq, in waitq_wakeup64_one_locked() function
4575 kr = waitq_wakeup64_one_locked(waitq, wake_event, result, in waitq_wakeup64_one()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_eventlink.c896 kr = waitq_wakeup64_one_locked( in ipc_eventlink_signal_internal_locked()