HomeSort by relevance Sort by last modified time
    Searched refs:android_atomic_cmpxchg (Results 1 - 5 of 5) sorted by null

  /system/core/include/cutils/
atomic.h 115 #define android_atomic_cmpxchg android_atomic_release_cas macro
  /external/llvm/lib/Support/
Atomic.cpp 50 return android_atomic_cmpxchg((int32_t)old_value, (int32_t)new_value,
  /frameworks/native/libs/utils/
SystemClock.cpp 181 if (android_atomic_cmpxchg(-1, fd, &s_fd)) {
RefBase.cpp 448 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mStrong) == 0) {
509 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mWeak) == 0) {
  /frameworks/native/libs/binder/
Binder.cpp 145 if (android_atomic_cmpxchg(0, reinterpret_cast<int32_t>(e),

Completed in 577 milliseconds