Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_explicit (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Datomic.h37 atomic_fetch_sub_explicit((o), (v), memory_order_relaxed)
59 atomic_fetch_sub_explicit((o), (v), memory_order_release)
69 atomic_fetch_sub_explicit((o), (v), memory_order_acq_rel)
H A Dstdatomic.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Datomic.h36 atomic_fetch_sub_explicit((o), (v), memory_order_relaxed)
61 atomic_fetch_sub_explicit((o), (v), memory_order_release)
69 atomic_fetch_sub_explicit((o), (v), memory_order_acq_rel)
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Datomic.h38 atomic_fetch_sub_explicit((o), (v), memory_order_relaxed)
63 atomic_fetch_sub_explicit((o), (v), memory_order_release)
71 atomic_fetch_sub_explicit((o), (v), memory_order_acq_rel)
H A Dstdatomic.h130 #define atomic_fetch_sub_explicit(obj, arg, order) \ macro
153 #define atomic_fetch_sub_explicit(obj, arg, order) \ macro
178 #define atomic_fetch_sub_explicit(obj, arg, order) \ macro
210 atomic_fetch_sub_explicit(obj, arg, memory_order_seq_cst)
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h132 #define atomic_fetch_sub_explicit(obj, arg, order) \ macro
155 #define atomic_fetch_sub_explicit(obj, arg, order) \ macro
180 #define atomic_fetch_sub_explicit(obj, arg, order) \ macro
212 atomic_fetch_sub_explicit(obj, arg, memory_order_seq_cst)
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h113 using std::atomic_fetch_sub_explicit;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h136 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
H A Dopencl-c.h13316 int __ovld atomic_fetch_sub_explicit(volatile atomic_int *object, int operand, memory_order order);
13317 int __ovld atomic_fetch_sub_explicit(volatile atomic_int *object, int operand, memory_order order, …
13319 uint __ovld atomic_fetch_sub_explicit(volatile atomic_uint *object, uint operand, memory_order orde…
13320 uint __ovld atomic_fetch_sub_explicit(volatile atomic_uint *object, uint operand, memory_order orde…
13360 long __ovld atomic_fetch_sub_explicit(volatile atomic_long *object, long operand, memory_order orde…
13361 long __ovld atomic_fetch_sub_explicit(volatile atomic_long *object, long operand, memory_order orde…
13363 ulong __ovld atomic_fetch_sub_explicit(volatile atomic_ulong *object, ulong operand, memory_order o…
13364 ulong __ovld atomic_fetch_sub_explicit(volatile atomic_ulong *object, ulong operand, memory_order o…
13405 uintptr_t __ovld atomic_fetch_sub_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, me…
13406 uintptr_t __ovld atomic_fetch_sub_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, me…
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h199 #define atomic_fetch_sub_explicit(PTR, VAL, MO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h199 #define atomic_fetch_sub_explicit(PTR, VAL, MO) \ macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Datomic380 Integral atomic_fetch_sub_explicit(volatile atomic<Integral>* obj, Integral op,
384 Integral atomic_fetch_sub_explicit(atomic<Integral>* obj, Integral op,
449 T* atomic_fetch_sub_explicit(volatile atomic<T*>* obj, ptrdiff_t op,
453 T* atomic_fetch_sub_explicit(atomic<T*>* obj, ptrdiff_t op, memory_order m) noexcept;
2294 // atomic_fetch_sub_explicit
2303 atomic_fetch_sub_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, me…
2315 atomic_fetch_sub_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, memory_orde…
2323 atomic_fetch_sub_explicit(volatile atomic<_Tp*>* __o, typename atomic<_Tp*>::difference_type __op, …
2331 atomic_fetch_sub_explicit(atomic<_Tp*>* __o, typename atomic<_Tp*>::difference_type __op, memory_or…
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic1373 atomic_fetch_sub_explicit(atomic<_ITp>* __a,
1380 atomic_fetch_sub_explicit(volatile atomic<_ITp>* __a,
1443 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); }
1449 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic1510 atomic_fetch_sub_explicit(atomic<_ITp>* __a,
1517 atomic_fetch_sub_explicit(volatile atomic<_ITp>* __a,
1580 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); }
1586 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184879 (atomic_fetch_add_explicit, atomic_fetch_sub_explicit)
4886 (atomic_fetch_add_explicit, atomic_fetch_sub_explicit)