Home
last modified time | relevance | path

Searched refs:turnstile_prepare_hash (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.h862 turnstile_prepare_hash(
H A Dlocks.c1285 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 Dturnstile.c1057 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 Dtask.c907 … 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.81.4/osfmk/i386/
H A Dlocks_i386.c1188 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()