Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlocks.c370 hw_lock_trylock_bit(uint32_t *target, unsigned int bit, bool wait) in hw_lock_trylock_bit() function
860 rc = hw_lock_trylock_bit(lock, bit, true); in hw_lock_bit_to_contended()
890 if (__probable(hw_lock_trylock_bit(lock, bit, true))) { in hw_lock_bit_to_internal()
950 success = hw_lock_trylock_bit(lock, bit, false);