Searched refs:atomic_compare_exchange (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | linux.cpp | 101 return atomic_compare_exchange(&M, Unlocked, Locked) == Unlocked; in tryLock() 106 u32 V = atomic_compare_exchange(&M, Unlocked, Locked); in lockSlow()
|
D | atomic_helpers.h | 136 inline typename T::Type atomic_compare_exchange(volatile T *A, in atomic_compare_exchange() function
|
/external/scudo/standalone/ |
D | linux.cpp | 140 return atomic_compare_exchange(&M, Unlocked, Locked) == Unlocked; in tryLock() 145 u32 V = atomic_compare_exchange(&M, Unlocked, Locked); in lockSlow()
|
D | atomic_helpers.h | 136 inline typename T::Type atomic_compare_exchange(volatile T *A, in atomic_compare_exchange() function
|