Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dlocks.h185 #define wait_for_event() __builtin_arm_wfe() macro
H A Dlocks_arm.c291 wait_for_event(); // Wait with monitor held in atomic_test_and_set32()
1451 wait_for_event(); in lck_mtx_lock_contended_spinwait_arm()
/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c532 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_contended()
541 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_contended()
625 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_bit()
642 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_bit()
839 wait_for_event(); in hw_wait_while_equals()
H A Dlock_ticket.c385 wait_for_event(); in hw_lck_ticket_contended()
H A Dlock_rw.c677 wait_for_event(); in lck_rw_lock_pause()
735 wait_for_event(); in lck_rw_interlock_spin()