Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dwaitq.h683 extern kern_return_t waitq_wakeup64_one_locked(
H A Dsync_sema.c407 kr = waitq_wakeup64_one_locked(&semaphore->waitq, in semaphore_signal_internal()
H A Dwaitq.c1520 waitq_wakeup64_one_locked(waitq_t waitq, in waitq_wakeup64_one_locked() function
2272 kr = waitq_wakeup64_one_locked(waitq, wake_event, result, in waitq_wakeup64_one()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_eventlink.c891 kr = waitq_wakeup64_one_locked( in ipc_eventlink_signal_internal_locked()