Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dlocks.h386 thread_t *thread_wokenup);
605 thread_t *thread_wokenup);
H A Dlocks.c1244 thread_t *thread_wokenup) in wakeup_with_inheritor_and_turnstile() argument
1272 if (thread_wokenup) { in wakeup_with_inheritor_and_turnstile()
1277 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile()
1298 assert(thread_wokenup); in wakeup_with_inheritor_and_turnstile()
1300 *thread_wokenup, result); in wakeup_with_inheritor_and_turnstile()
1623 …_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_t *thread_wokenup) in wakeup_one_with_inheritor() argument
1629 thread_wokenup); in wakeup_one_with_inheritor()
1916 …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
1922 thread_wokenup); in cond_wakeup_one_with_inheritor()