Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dlocks.c1302 thread_t wokeup; in wakeup_with_inheritor_and_turnstile() local
1304 wokeup = waitq_wakeup64_identify(&ts->ts_waitq, in wakeup_with_inheritor_and_turnstile()
1306 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile()
1307 ret = wokeup ? KERN_SUCCESS : KERN_NOT_WAITING; in wakeup_with_inheritor_and_turnstile()