Searched refs:atomic_fetch_sub_explicit (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/sys/ |
H A D | stdatomic.h | 253 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 278 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 327 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 361 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/freebsd/crypto/openssl/include/internal/ |
H A D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | atomic_c11.h | 79 return atomic_fetch_sub_explicit(a, val, mo); \
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 103 using std::atomic_fetch_sub_explicit // see below 209 using std::atomic_fetch_sub_explicit _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 409 T atomic_fetch_sub_explicit(volatile atomic<T>*, atomic<T>::difference_type, 412 T atomic_fetch_sub_explicit(atomic<T>*, atomic<T>::difference_type,
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 160 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
|
H A D | opencl-c.h | 13410 int __ovld atomic_fetch_sub_explicit(volatile atomic_int *, int, memory_order); 13411 uint __ovld atomic_fetch_sub_explicit(volatile atomic_uint *, uint, memory_order); 13425 long __ovld atomic_fetch_sub_explicit(volatile atomic_long *, long, memory_order); 13426 ulong __ovld atomic_fetch_sub_explicit(volatile atomic_ulong *, ulong, memory_order); 13438 uintptr_t __ovld atomic_fetch_sub_explicit(volatile atomic_uintptr_t *, ptrdiff_t, memory_order); 13446 int __ovld atomic_fetch_sub_explicit(volatile __global atomic_int *, int, memory_order); 13447 int __ovld atomic_fetch_sub_explicit(volatile __local atomic_int *, int, memory_order); 13448 uint __ovld atomic_fetch_sub_explicit(volatile __global atomic_uint *, uint, memory_order); 13449 uint __ovld atomic_fetch_sub_explicit(volatile __local atomic_uint *, uint, memory_order); 13477 long __ovld atomic_fetch_sub_explicit(volatile __global atomic_long *, long, memory_order); [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 50 using std::atomic_fetch_sub_explicit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | atomic.h | 531 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_sub_explicit( 538 atomic_fetch_sub_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, memory_orde…
|
/freebsd/share/man/man3/ |
H A D | Makefile | 88 ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 262 SYMBOL(atomic_fetch_sub_explicit, None, <stdatomic.h>)
|
H A D | StdSymbolMap.inc | 705 SYMBOL(atomic_fetch_sub_explicit, std::, <atomic>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 611 defm : DemangledNativeBuiltin<"atomic_fetch_sub_explicit", OpenCL_std, Atomic, 3, 4, OpAtomicISub>;
|