Searched refs:android_atomic_cmpxchg (Results 1 - 3 of 3) sorted by relevance

/system/core/include/cutils/
H A Datomic.h115 #define android_atomic_cmpxchg android_atomic_release_cas macro
/system/core/libutils/
H A DSystemClock.cpp142 if (android_atomic_cmpxchg(-1, fd, &s_fd)) {
H A DRefBase.cpp441 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mStrong) == 0) {
467 if (android_atomic_cmpxchg(curCount, curCount + 1,
520 if (android_atomic_cmpxchg(curCount, curCount-INITIAL_STRONG_VALUE,
540 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mWeak) == 0) {

Completed in 57 milliseconds