OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_thread_fence
(Results
1 - 8
of
8
) sorted by null
/external/libcxx/test/atomics/atomics.fences/
atomic_thread_fence.pass.cpp
12
// void
atomic_thread_fence
(memory_order m);
18
std::
atomic_thread_fence
(std::memory_order_seq_cst);
Android.mk
23
test_name := atomics/atomics.fences/
atomic_thread_fence
24
test_src :=
atomic_thread_fence
.pass.cpp
/bionic/tests/
stdatomic_test.cpp
46
TEST(stdatomic,
atomic_thread_fence
) {
47
atomic_thread_fence
(memory_order_relaxed);
48
atomic_thread_fence
(memory_order_consume);
49
atomic_thread_fence
(memory_order_acquire);
50
atomic_thread_fence
(memory_order_release);
51
atomic_thread_fence
(memory_order_acq_rel);
52
atomic_thread_fence
(memory_order_seq_cst);
/art/runtime/
atomic.h
155
std::
atomic_thread_fence
(std::memory_order_acquire);
159
std::
atomic_thread_fence
(std::memory_order_release);
166
std::
atomic_thread_fence
(std::memory_order_release);
171
std::
atomic_thread_fence
(std::memory_order_seq_cst);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang.h
42
INLINE void
atomic_thread_fence
(memory_order) {
function in namespace:__sanitizer
sanitizer_atomic_msvc.h
58
INLINE void
atomic_thread_fence
(memory_order) {
function in namespace:__sanitizer
99
atomic_thread_fence
(memory_order_seq_cst);
/bionic/libc/include/
stdatomic.h
86
using std::
atomic_thread_fence
;
292
atomic_thread_fence
(memory_order __order __attribute__((unused)))
/development/ndk/platforms/android-L/include/
stdatomic.h
140
atomic_thread_fence
(memory_order __order __unused)
function
Completed in 61 milliseconds