Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstdatomic.h253 #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 Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h79 return atomic_fetch_sub_explicit(a, val, mo); \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h103 using std::atomic_fetch_sub_explicit // see below
209 using std::atomic_fetch_sub_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic409 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 Dstdatomic.h160 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
H A Dopencl-c.h13410 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 Datomic.cppm
H A Datomic.inc50 using std::atomic_fetch_sub_explicit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h531 _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 DMakefile88 ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc262 SYMBOL(atomic_fetch_sub_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc705 SYMBOL(atomic_fetch_sub_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td611 defm : DemangledNativeBuiltin<"atomic_fetch_sub_explicit", OpenCL_std, Atomic, 3, 4, OpAtomicISub>;