Home
last modified time | relevance | path

Searched refs:hw_lock_spin_policy (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dsimple_lock.h318 extern const struct hw_spin_policy hw_lock_spin_policy;
H A Dlocks.c447 const struct hw_spin_policy hw_lock_spin_policy = { variable
695 (void)hw_lock_to_internal(lock, thread, &hw_lock_spin_policy
709 (void)hw_lock_to_internal(lock, thread, &hw_lock_spin_policy
/xnu-8792.61.2/osfmk/arm64/
H A Dplatform_tests.c345 (void)hw_lock_to(&lt_hw_lock, &hw_lock_spin_policy, LCK_GRP_NULL); in lt_grab_hw_lock_with_to()