Searched refs:turnstile_prepare_hash (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | turnstile.h | 862 turnstile_prepare_hash(
|
| H A D | locks.c | 1285 ts = turnstile_prepare_hash((uintptr_t)event, type); in wakeup_with_inheritor_and_turnstile() 1389 ts = turnstile_prepare_hash((uintptr_t)event, type); 1456 ts = turnstile_prepare_hash((uintptr_t)event, type); in change_sleep_inheritor() 1728 ts = turnstile_prepare_hash((uintptr_t)cond, type);
|
| H A D | turnstile.c | 1057 turnstile_prepare_hash( in turnstile_prepare_hash() function 3539 prim_turnstile = turnstile_prepare_hash((uintptr_t)test_prim, type); in tstile_test_prim_lock() 3670 prim_turnstile = turnstile_prepare_hash((uintptr_t)test_prim, type); in tstile_test_prim_unlock()
|
| H A D | task.c | 907 … struct turnstile *turnstile = turnstile_prepare_hash((uintptr_t) task_get_return_wait_event(task), in task_clear_return_wait() 981 struct turnstile *turnstile = turnstile_prepare_hash((uintptr_t) task_get_return_wait_event(task), in task_wait_to_return()
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | locks_i386.c | 1188 ts = turnstile_prepare_hash((uintptr_t)mutex, TURNSTILE_KERNEL_MUTEX); in lck_mtx_unlock_wakeup_tail() 1233 ts = turnstile_prepare_hash((uintptr_t)mutex, TURNSTILE_KERNEL_MUTEX); in lck_mtx_lock_acquire_inline() 2182 *ts = turnstile_prepare_hash((uintptr_t)mutex, TURNSTILE_KERNEL_MUTEX); in lck_mtx_lock_wait_x86()
|