Searched refs:atomic_compare_exchange (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp101 return atomic_compare_exchange(&M, Unlocked, Locked) == Unlocked;
106 u32 V = atomic_compare_exchange(&M, Unlocked, Locked);
H A Datomic_helpers.h130 inline typename T::Type atomic_compare_exchange(volatile T *A, function in namespace:scudo

Completed in 100 milliseconds