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
/system/core/libutils/
SystemClock.cpp
142
if (
android_atomic_cmpxchg
(-1, fd, &s_fd)) {
RefBase.cpp
441
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) {
/external/llvm/lib/Support/
Atomic.cpp
54
return
android_atomic_cmpxchg
((int32_t)old_value, (int32_t)new_value,
/frameworks/native/libs/binder/
Binder.cpp
145
if (
android_atomic_cmpxchg
(0, reinterpret_cast<int32_t>(e),
/art/runtime/
thread.cc
581
int succeeded =
android_atomic_cmpxchg
(old_state_and_flags.as_int, new_state_and_flags.as_int,
[
all
...]
Completed in 358 milliseconds