Searched refs:lock_cmpxchg (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | locks_internal.h | 115 #define lock_cmpxchg(p, e, v, m) ({ \ macro
|
| H A D | locks.c | 364 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 D | lock_mtx.c | 392 was_last = lock_cmpxchg(&lock->lck_mtx.as_tail, idx, pidx, release); in lck_mtx_ilk_lock_cleanup_as_mcs()
|