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

  /system/core/include/cutils/
atomic.h 122 #define android_atomic_cmpxchg android_atomic_release_cas macro
  /frameworks/base/libs/utils/
SystemClock.cpp 114 if (android_atomic_cmpxchg(-1, fd, &s_fd)) {
RefBase.cpp 420 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mStrong) == 0) {
482 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mWeak) == 0) {
  /system/core/libcutils/
atomic-android-sh.c 124 } while (android_atomic_cmpxchg(oldValue, value, addr));
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 230 retry = android_atomic_cmpxchg(current_value, new_value,
312 } while (android_atomic_cmpxchg(current_value, new_value,
  /frameworks/base/libs/binder/
Binder.cpp 144 if (android_atomic_cmpxchg(0, reinterpret_cast<int32_t>(e),
  /frameworks/base/cmds/runtime/
SignalHandler.cpp 235 } while(android_atomic_cmpxchg(oldTop, newTop, &(self->mCommandTop)));
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 312 } while (android_atomic_cmpxchg(queued, queued-1, &stack.queued));

Completed in 895 milliseconds