Searched refs:hw_lock_to (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | simple_lock.h | 101 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 D | locks.c | 919 (hw_lock_to)(hw_lock_t lock, uint64_t timeout, hw_lock_timeout_handler_t handler
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | platform_tests.c | 352 (void)hw_lock_to(<_hw_lock, os_atomic_load(&LockTimeOut, relaxed), in lt_grab_hw_lock_with_to() 412 lt_thread_lock_success = hw_lock_to(<_hw_lock, 100, in lt_trylock_hw_lock_with_to() 554 success = hw_lock_to(<_hw_lock, 100, lt_hw_lock_to_allow, LCK_GRP_NULL); in lt_test_trylocks()
|
| /xnu-8019.80.24/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1443 (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 D | locks_i386.c | 511 (void)hw_lock_to(&l->interlock, LockTimeOutTSC,
|