OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ATOMIC_ACQUIRE
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/test/tsan/
bench_acquire_only.cc
10
__atomic_load_n(&x,
__ATOMIC_ACQUIRE
);
bench_single_writer.cc
14
__atomic_load_n(&x,
__ATOMIC_ACQUIRE
);
bench_release_only.cc
10
__atomic_load_n(&x[tid * kStride],
__ATOMIC_ACQUIRE
);
ignore_lib_lib.h
11
while ((p = __atomic_load_n(&mem,
__ATOMIC_ACQUIRE
)) == 0)
bench.h
32
__atomic_load_n(&grow_clock_var,
__ATOMIC_ACQUIRE
);
/external/chromium_org/third_party/skia/src/ports/
SkBarriers_tsan.h
16
return __atomic_load_n(ptr,
__ATOMIC_ACQUIRE
);
/bionic/libc/include/
stdatomic.h
256
#ifndef
__ATOMIC_ACQUIRE
257
#define
__ATOMIC_ACQUIRE
2
281
memory_order_acquire =
__ATOMIC_ACQUIRE
,
/development/ndk/platforms/android-L/include/
stdatomic.h
106
#ifndef
__ATOMIC_ACQUIRE
107
#define
__ATOMIC_ACQUIRE
2
129
memory_order_acquire =
__ATOMIC_ACQUIRE
,
/external/compiler-rt/lib/builtins/
atomic.c
74
0,
__ATOMIC_ACQUIRE
, __ATOMIC_RELAXED)) {
105
while (!__c11_atomic_compare_exchange_weak(l, &old, 1,
__ATOMIC_ACQUIRE
,
Completed in 101 milliseconds