Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsimple_lock.h101 extern unsigned int hw_lock_to(
128 #define hw_lock_to(lck, timeout, handler, grp) \ macro
129 hw_lock_to(lck, timeout, handler)
H A Dlocks.c919 (hw_lock_to)(hw_lock_t lock, uint64_t timeout, hw_lock_timeout_handler_t handler
/xnu-8019.80.24/osfmk/arm64/
H A Dplatform_tests.c352 (void)hw_lock_to(&lt_hw_lock, os_atomic_load(&LockTimeOut, relaxed), in lt_grab_hw_lock_with_to()
412 lt_thread_lock_success = hw_lock_to(&lt_hw_lock, 100, in lt_trylock_hw_lock_with_to()
554 success = hw_lock_to(&lt_hw_lock, 100, lt_hw_lock_to_allow, LCK_GRP_NULL); in lt_test_trylocks()
/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c1443 (void)hw_lock_to(&pbtlock, LockTimeOutTSC * 4, panic_btlock_handler_spin, LCK_GRP_NULL); in panic_i386_backtrace()
1764 (void)hw_lock_to(&pbtlock, LockTimeOutTSC * 4, panic_btlock_handler_spin, LCK_GRP_NULL); in print_launchd_info()
/xnu-8019.80.24/osfmk/i386/
H A Dlocks_i386.c511 (void)hw_lock_to(&l->interlock, LockTimeOutTSC,