OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_atomic_cmpxchg
(Results
1 - 6
of
6
) 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
54
return
android_atomic_cmpxchg
((int32_t)old_value, (int32_t)new_value,
/frameworks/native/libs/utils/
RefBase.cpp
442
if (
android_atomic_cmpxchg
(curCount, curCount+1, &impl->mStrong) == 0) {
468
if (
android_atomic_cmpxchg
(curCount, curCount + 1,
521
if (
android_atomic_cmpxchg
(curCount, curCount-INITIAL_STRONG_VALUE,
541
if (
android_atomic_cmpxchg
(curCount, curCount+1, &impl->mWeak) == 0) {
SystemClock.cpp
181
if (
android_atomic_cmpxchg
(-1, fd, &s_fd)) {
/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/native/libs/binder/
Binder.cpp
145
if (
android_atomic_cmpxchg
(0, reinterpret_cast<int32_t>(e),
Completed in 642 milliseconds