Home
last modified time | relevance | path

Searched refs:waitq_wakeup64_thread (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dwaitq.h572 extern kern_return_t waitq_wakeup64_thread(
H A Dsfi.c1079 kret = waitq_wakeup64_thread(&sfi_class->waitq, in sfi_reevaluate()
H A Dwaitq.c2298 waitq_wakeup64_thread(struct waitq *waitq, event64_t event, in waitq_wakeup64_thread() function
H A Dsched_prim.c1673 return waitq_wakeup64_thread(wq, CAST_EVENT64_T(event), thread, THREAD_AWAKENED); in thread_wakeup_thread()
/xnu-8020.121.3/bsd/pthread/
H A Dpthread_shims.c305 kr = waitq_wakeup64_thread(&ts->ts_waitq, (event64_t)kwq, th, in psynch_wait_wakeup()
/xnu-8020.121.3/bsd/kern/
H A Dsys_ulock.c996 kern_return_t kr = waitq_wakeup64_thread(&ts->ts_waitq, in ulock_wake()
H A Dkern_event.c2203 waitq_wakeup64_thread(&ts->ts_waitq, knote_filt_wev64(kn), in filt_wlupdate()