Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsimple_lock.h328 extern const struct hw_spin_policy hw_lock_spin_policy;
H A Dlocks.c449 const struct hw_spin_policy hw_lock_spin_policy = { variable
697 (void)hw_lock_to_internal(lock, thread, &hw_lock_spin_policy
711 (void)hw_lock_to_internal(lock, thread, &hw_lock_spin_policy
/xnu-12377.1.9/osfmk/arm64/
H A Dplatform_tests.c397 (void)hw_lock_to(&lt_hw_lock, &hw_lock_spin_policy, LCK_GRP_NULL); in lt_grab_hw_lock_with_to()