Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dlocks.h387 thread_t *thread_wokenup);
606 thread_t *thread_wokenup);
H A Dlocks.c1273 thread_t *thread_wokenup) in wakeup_with_inheritor_and_turnstile() argument
1301 if (thread_wokenup) { in wakeup_with_inheritor_and_turnstile()
1306 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile()
1327 assert(thread_wokenup); in wakeup_with_inheritor_and_turnstile()
1329 *thread_wokenup, result); in wakeup_with_inheritor_and_turnstile()
1652 …_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_t *thread_wokenup) in wakeup_one_with_inheritor() argument
1658 thread_wokenup); in wakeup_one_with_inheritor()
1945 …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
1951 thread_wokenup); in cond_wakeup_one_with_inheritor()