Searched refs:atomic_store_explicit (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_x86_64.cc165 std::atomic_store_explicit(
169 std::atomic_store_explicit(
210 std::atomic_store_explicit(
214 std::atomic_store_explicit(
238 std::atomic_store_explicit(
242 std::atomic_store_explicit(
276 std::atomic_store_explicit(
282 std::atomic_store_explicit(
288 std::atomic_store_explicit(
317 std::atomic_store_explicit(
[all...]
H A Dxray_AArch64.cc80 std::atomic_store_explicit(
84 std::atomic_store_explicit(
H A Dxray_arm.cc117 std::atomic_store_explicit(
121 std::atomic_store_explicit(
H A Dxray_mips.cc126 std::atomic_store_explicit(
130 std::atomic_store_explicit(
H A Dxray_mips64.cc135 std::atomic_store_explicit(
139 std::atomic_store_explicit(
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Datomic.h31 atomic_store_explicit((o), (v), memory_order_relaxed)
56 atomic_store_explicit((o), (v), memory_order_release)
/netbsd-current/external/mpl/dhcp/bind/include/isc/
H A Datomic.h33 atomic_store_explicit((o), (v), memory_order_relaxed)
58 atomic_store_explicit((o), (v), memory_order_release)
H A Dstdatomic.h126 #define atomic_store_explicit(obj, desired, order) \ macro
149 #define atomic_store_explicit(obj, desired, order) \ macro
170 #define atomic_store_explicit(obj, desired, order) \ macro
206 atomic_store_explicit(obj, arg, memory_order_seq_cst)
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dtsan_assist.h58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed)
62 # define tsan_st_rel(ptr, val) atomic_store_explicit((ptr), (val), memory_order_release)
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dtsan_assist.h58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed)
62 # define tsan_st_rel(ptr, val) atomic_store_explicit((ptr), (val), memory_order_release)
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Datomic.h33 atomic_store_explicit((o), (v), memory_order_relaxed)
58 atomic_store_explicit((o), (v), memory_order_release)
H A Dstdatomic.h88 #define atomic_store_explicit(obj, desired, order) \ macro
109 atomic_store_explicit(obj, arg, memory_order_seq_cst)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h128 #define atomic_store_explicit(obj, desired, order) \ macro
151 #define atomic_store_explicit(obj, desired, order) \ macro
172 #define atomic_store_explicit(obj, desired, order) \ macro
208 atomic_store_explicit(obj, arg, memory_order_seq_cst)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, function
149 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); }
153 atomic_store_explicit(__shared_ptr<_Tp, _Lp>* __p, function
164 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h83 atomic_store_explicit (PTR, VAL, __ATOMIC_RELAXED)
121 #define atomic_store_explicit(PTR, VAL, MO) \ macro
130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h83 atomic_store_explicit (PTR, VAL, __ATOMIC_RELAXED)
121 #define atomic_store_explicit(PTR, VAL, MO) \ macro
130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h37 atomic_store_explicit(a, val, mo); \
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Datomic_c11.h37 atomic_store_explicit(a, val, mo); \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h118 #define atomic_store_explicit __c11_atomic_store macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h103 using std::atomic_store_explicit;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h165 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, function
175 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); }
179 atomic_store_explicit(__shared_ptr<_Tp, _Lp>* __p, function
190 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); }
/netbsd-current/sys/sys/
H A Datomic.h555 atomic_store_explicit((p), (v), memory_order_relaxed)
557 atomic_store_explicit((p), (v), memory_order_release)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h570 atomic_store_explicit(const shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
573 { return std::atomic_store_explicit<_Tp>(__p, __r, __mo); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h570 atomic_store_explicit(const shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
573 { return std::atomic_store_explicit<_Tp>(__p, __r, __mo); }
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h1773 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, memory_order) function

Completed in 328 milliseconds

12