Home
last modified time | relevance | path

Searched refs:TURNSTILE_ULOCK (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dsys_ulock.c700 TURNSTILE_NULL, TURNSTILE_ULOCK); in sys_ulock_wait2()
748 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in sys_ulock_wait2()
835 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue()
992 TURNSTILE_NULL, TURNSTILE_ULOCK); in ulock_wake()
1030 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()
/xnu-8020.140.41/osfmk/kern/
H A Dturnstile.c62 [TURNSTILE_ULOCK] = TURNSTILE_USER_PROMOTE,
75 [TURNSTILE_ULOCK] = TURNSTILE_HASH_LOCK_POLICY_NONE,
2011 turnstile_get_type(turnstile) != TURNSTILE_ULOCK) { in turnstile_get_update_flags_for_above_UI_pri_change()
3402 type = TURNSTILE_ULOCK; in tstile_test_prim_lock()
3408 type = TURNSTILE_ULOCK; in tstile_test_prim_lock()
3516 type = TURNSTILE_ULOCK; in tstile_test_prim_unlock()
3521 type = TURNSTILE_ULOCK; in tstile_test_prim_unlock()
H A Dturnstile.h66 TURNSTILE_ULOCK = 2, enumerator
H A Dtask.c709 NULL, TURNSTILE_NULL, TURNSTILE_ULOCK); in task_clear_return_wait()
719 turnstile_complete((uintptr_t) task_get_return_wait_event(task), NULL, NULL, TURNSTILE_ULOCK); in task_clear_return_wait()
736 NULL, TURNSTILE_NULL, TURNSTILE_ULOCK); in task_wait_to_return()
756 turnstile_complete((uintptr_t) task_get_return_wait_event(task), NULL, NULL, TURNSTILE_ULOCK); in task_wait_to_return()