Searched refs:thread_wokenup (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | locks.c | 1475 …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 1504 if (thread_wokenup != NULL) { in wakeup_with_inheritor_and_turnstile_type() 1505 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile_type() 1514 if (thread_wokenup != NULL) { in wakeup_with_inheritor_and_turnstile_type() 1515 *thread_wokenup = NULL; in wakeup_with_inheritor_and_turnstile_type() 1918 …_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_t *thread_wokenup) in wakeup_one_with_inheritor() argument 1925 thread_wokenup); in wakeup_one_with_inheritor()
|
| H A D | turnstile.h | 838 …e_t type, wait_result_t result, bool wake_one, lck_wake_action_t action, thread_t *thread_wokenup);
|
| H A D | locks.h | 326 thread_t *thread_wokenup);
|