OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ATOMIC_RELEASE
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/test/tsan/
bench_acquire_only.cc
14
__atomic_store_n(&x, 0,
__ATOMIC_RELEASE
);
bench_release_only.cc
12
__atomic_store_n(&x[tid * kStride], 0,
__ATOMIC_RELEASE
);
18
__atomic_store_n(&x[i * kStride], 0,
__ATOMIC_RELEASE
);
bench_single_writer.cc
11
__atomic_store_n(&x, 0,
__ATOMIC_RELEASE
);
ignore_lib_lib.h
21
__atomic_store_n(&mem, malloc(len),
__ATOMIC_RELEASE
);
bench.h
57
__atomic_store_n(&grow_clock_var, 0,
__ATOMIC_RELEASE
);
/external/chromium_org/third_party/skia/src/ports/
SkBarriers_tsan.h
28
return __atomic_store_n(ptr, val,
__ATOMIC_RELEASE
);
/bionic/libc/include/
stdatomic.h
259
#ifndef
__ATOMIC_RELEASE
260
#define
__ATOMIC_RELEASE
3
282
memory_order_release =
__ATOMIC_RELEASE
,
/development/ndk/platforms/android-L/include/
stdatomic.h
109
#ifndef
__ATOMIC_RELEASE
110
#define
__ATOMIC_RELEASE
3
130
memory_order_release =
__ATOMIC_RELEASE
,
/external/compiler-rt/lib/builtins/
atomic.c
66
__c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1,
__ATOMIC_RELEASE
);
99
__c11_atomic_store(l, 0,
__ATOMIC_RELEASE
);
Completed in 216 milliseconds