Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c694 TURNSTILE_NULL, TURNSTILE_ULOCK); in ulock_wait2()
742 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait2()
830 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue()
972 TURNSTILE_NULL, TURNSTILE_ULOCK); in ulock_wake()
1010 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()
/xnu-8019.80.24/osfmk/kern/
H A Dturnstile.c66 [TURNSTILE_ULOCK] = TURNSTILE_USER_PROMOTE,
79 [TURNSTILE_ULOCK] = TURNSTILE_HASH_LOCK_POLICY_NONE,
2013 turnstile_get_type(turnstile) != TURNSTILE_ULOCK) { in turnstile_get_update_flags_for_above_UI_pri_change()
3385 type = TURNSTILE_ULOCK; in tstile_test_prim_lock()
3391 type = TURNSTILE_ULOCK; in tstile_test_prim_lock()
3499 type = TURNSTILE_ULOCK; in tstile_test_prim_unlock()
3504 type = TURNSTILE_ULOCK; in tstile_test_prim_unlock()
H A Dturnstile.h66 TURNSTILE_ULOCK = 2, enumerator
H A Dtask.c711 NULL, TURNSTILE_NULL, TURNSTILE_ULOCK); in task_clear_return_wait()
721 turnstile_complete((uintptr_t) task_get_return_wait_event(task), NULL, NULL, TURNSTILE_ULOCK); in task_clear_return_wait()
738 NULL, TURNSTILE_NULL, TURNSTILE_ULOCK); in task_wait_to_return()
758 turnstile_complete((uintptr_t) task_get_return_wait_event(task), NULL, NULL, TURNSTILE_ULOCK); in task_wait_to_return()