Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dlocks_internal.h115 #define lock_cmpxchg(p, e, v, m) ({ \ macro
H A Dlocks.c364 return lock_cmpxchg(&lock->lock_data, 0, newval, acquire); in hw_lock_trylock_contended()
749 if (__probable(lock_cmpxchg(&lock->lock_data, 0, in hw_lock_try_internal()
H A Dlock_mtx.c392 was_last = lock_cmpxchg(&lock->lck_mtx.as_tail, idx, pidx, release); in lck_mtx_ilk_lock_cleanup_as_mcs()