Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsimple_lock.h105 extern unsigned int hw_lock_to(
130 #define hw_lock_to(lck, spec, grp) \ macro
131 hw_lock_to(lck, spec)
H A Dlocks.c724 (hw_lock_to)(hw_lock_t lock, hw_spin_policy_t pol LCK_GRP_ARG(lck_grp_t *grp))
/xnu-10063.141.1/osfmk/arm64/
H A Dplatform_tests.c350 (void)hw_lock_to(&lt_hw_lock, &hw_lock_spin_policy, LCK_GRP_NULL); in lt_grab_hw_lock_with_to()
402 lt_thread_lock_success = hw_lock_to(&lt_hw_lock, in lt_trylock_hw_lock_with_to()
544 success = hw_lock_to(&lt_hw_lock, &hw_lock_test_give_up_policy, LCK_GRP_NULL); in lt_test_trylocks()
/xnu-10063.141.1/osfmk/i386/AT386/
H A Dmodel_dep.c1442 (void)hw_lock_to(&pbtlock, &hw_lock_spin_panic_policy, LCK_GRP_NULL); in panic_i386_backtrace()
1763 (void)hw_lock_to(&pbtlock, &hw_lock_spin_panic_policy, LCK_GRP_NULL); in print_launchd_info()
/xnu-10063.141.1/osfmk/i386/
H A Dlocks_i386.c513 (void)hw_lock_to(&l->interlock, &usimple_lock_spin_policy, grp);