Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/arm/
H A Dlocks.h126 #define wait_for_event() __builtin_arm_wfe() macro
159 wait_for_event(); \
H A Dlocks_arm.c193 wait_for_event(); // Wait with monitor held in atomic_test_and_set32()
/xnu-8792.61.2/osfmk/kern/
H A Dlocks_internal.h135 #define lock_wait_for_event() wait_for_event()
H A Dlocks.c351 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_contended()
360 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_contended()
381 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_bit()
398 wait_for_event(); // clears the monitor so we don't need give_up() in hw_lock_trylock_bit()
H A Dlock_rw.c681 wait_for_event(); in lck_rw_lock_pause()
753 wait_for_event(); in lck_rw_interlock_spin()