Searched refs:hw_lock_to (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | simple_lock.h | 105 extern unsigned int hw_lock_to( 130 #define hw_lock_to(lck, spec, grp) \ macro 131 hw_lock_to(lck, spec)
|
| H A D | locks.c | 724 (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 D | platform_tests.c | 350 (void)hw_lock_to(<_hw_lock, &hw_lock_spin_policy, LCK_GRP_NULL); in lt_grab_hw_lock_with_to() 402 lt_thread_lock_success = hw_lock_to(<_hw_lock, in lt_trylock_hw_lock_with_to() 544 success = hw_lock_to(<_hw_lock, &hw_lock_test_give_up_policy, LCK_GRP_NULL); in lt_test_trylocks()
|
| /xnu-10063.141.1/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1442 (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 D | locks_i386.c | 513 (void)hw_lock_to(&l->interlock, &usimple_lock_spin_policy, grp);
|