Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlocks.c1209 thread_t *thread_wokenup) in wakeup_with_inheritor_and_turnstile() argument
1240 if (thread_wokenup != NULL) { in wakeup_with_inheritor_and_turnstile()
1241 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile()
1250 if (thread_wokenup != NULL) { in wakeup_with_inheritor_and_turnstile()
1251 *thread_wokenup = NULL; in wakeup_with_inheritor_and_turnstile()
1660 …_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_t *thread_wokenup) in wakeup_one_with_inheritor() argument
1666 thread_wokenup); in wakeup_one_with_inheritor()
1966 …itor(cond_swi_var_t cond, wait_result_t result, lck_wake_action_t action, thread_t *thread_wokenup) in cond_wakeup_one_with_inheritor() argument
1972 thread_wokenup); in cond_wakeup_one_with_inheritor()
H A Dlocks.h337 thread_t *thread_wokenup);
550 thread_t *thread_wokenup);