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 - 3
of
3
) sorted by null
/system/core/include/cutils/
atomic.h
146
#define
android_atomic_cmpxchg
android_atomic_release_cas
macro
/system/core/libutils/
SystemClock.cpp
124
if (
android_atomic_cmpxchg
(-1, fd, &s_fd)) {
RefBase.cpp
445
if (
android_atomic_cmpxchg
(curCount, curCount+1, &impl->mStrong) == 0) {
471
if (
android_atomic_cmpxchg
(curCount, curCount + 1,
524
if (
android_atomic_cmpxchg
(curCount, curCount-INITIAL_STRONG_VALUE,
544
if (
android_atomic_cmpxchg
(curCount, curCount+1, &impl->mWeak) == 0) {
Completed in 3201 milliseconds