HomeSort by relevance Sort by last modified time
    Searched refs:atomic_store (Results 1 - 21 of 21) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
atomic_store.pass.cpp 16 // atomic_store(shared_ptr<T>* p, shared_ptr<T> r)
27 std::atomic_store(&p, r);
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_store.pass.cpp 14 // atomic_store(volatile atomic<T>* obj, T desr);
18 // atomic_store(atomic<T>* obj, T desr);
30 std::atomic_store(&t, T(1));
33 std::atomic_store(&vt, T(2));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 26 atomic_store(&state_, 0, memory_order_relaxed);
40 atomic_store(&state_, 0, memory_order_release);
sanitizer_lfstack.h 29 atomic_store(&head_, 0, memory_order_relaxed);
sanitizer_stackdepot.cc 97 atomic_store(&depot.region_pos, 0, memory_order_relaxed);
103 atomic_store(&depot.region_end, mem + allocsz, memory_order_release);
104 atomic_store(&depot.region_pos, mem, memory_order_release);
141 atomic_store(p, (uptr)s, memory_order_release);
sanitizer_quarantine.h 137 atomic_store(&c->size_, 0, memory_order_relaxed);
159 atomic_store(&size_, Size() + add, memory_order_relaxed);
sanitizer_atomic_clang.h 56 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
sanitizer_atomic_msvc.h 87 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
sanitizer_allocator.h 216 atomic_store(&stats_[i], v, memory_order_relaxed);
220 atomic_store(&stats_[i], v, memory_order_relaxed);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 47 atomic_store(&s->rc, 1, memory_order_relaxed);
112 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed);
113 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed);
114 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
tsan_mman.cc 55 atomic_store(a, v & ~1, memory_order_relaxed);
tsan_mutex.cc 204 atomic_store(&state_, kUnlocked, memory_order_relaxed);
tsan_interceptors.cc 669 atomic_store(g, 1, memory_order_release);
674 atomic_store(g, 0, memory_order_relaxed);
719 atomic_store(&p->tid, 0, memory_order_release);
752 atomic_store(&p.tid, 0, memory_order_relaxed);
757 atomic_store(&p.tid, tid, memory_order_release);
1051 atomic_store(a, 2, memory_order_release);
    [all...]
tsan_rtl.cc 329 atomic_store((atomic_uint64_t*)sp, s, memory_order_relaxed);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 329 atomic_store(&impl->event, 0, memory_order_release);
333 atomic_store(&impl->event, 0, memory_order_release);
344 atomic_store(&event, (uintptr_t)e, memory_order_release);
354 atomic_store(&impl_->event, 0, memory_order_relaxed);
tsan_mutex.cc 191 atomic_store(&singleton, (uintptr_t)&val, memory_order_release);
212 atomic_store(&flag, 0, memory_order_release);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_c.h 131 #define atomic_store(__a, __m) \ macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 131 #define atomic_store(__a, __m) \ macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 131 #define atomic_store(__a, __m) \ macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 131 #define atomic_store(__a, __m) \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 131 #define atomic_store(__a, __m) \ macro

Completed in 450 milliseconds