Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c614 hw_lock_trylock_bit(uint32_t *target, unsigned int bit, bool wait) in hw_lock_trylock_bit() function
1077 rc = hw_lock_trylock_bit(lock, bit, true); in hw_lock_bit_to_contended()
1129 if (__probable(hw_lock_trylock_bit(lock, bit, true))) { in hw_lock_bit_to_internal()
1193 success = hw_lock_trylock_bit(lock, bit, false);