Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c1781 …pe_t type, wait_result_t result, bool wake_one, lck_wake_action_t action, thread_t *thread_wokenup) in wakeup_with_inheritor_and_turnstile_type() argument
1810 if (thread_wokenup != NULL) { in wakeup_with_inheritor_and_turnstile_type()
1811 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile_type()
1820 if (thread_wokenup != NULL) { in wakeup_with_inheritor_and_turnstile_type()
1821 *thread_wokenup = NULL; in wakeup_with_inheritor_and_turnstile_type()
2224 …_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_t *thread_wokenup) in wakeup_one_with_inheritor() argument
2231 thread_wokenup); in wakeup_one_with_inheritor()
H A Dturnstile.h838 …e_t type, wait_result_t result, bool wake_one, lck_wake_action_t action, thread_t *thread_wokenup);
H A Dlocks.h326 thread_t *thread_wokenup);