Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dstdatomic.h252 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
277 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
326 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
360 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
/freebsd-14.2/crypto/openssl/include/internal/
H A Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h79 return atomic_fetch_sub_explicit(a, val, mo); \
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h209 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-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h154 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
H A Dopencl-c.h13832 half __ovld atomic_fetch_sub_explicit(volatile __global atomic_half *,
13836 half __ovld atomic_fetch_sub_explicit(volatile __global atomic_half *,
13845 half __ovld atomic_fetch_sub_explicit(volatile __local atomic_half *,
13849 half __ovld atomic_fetch_sub_explicit(volatile __local atomic_half *,
13859 half __ovld atomic_fetch_sub_explicit(volatile atomic_half *,
13863 half __ovld atomic_fetch_sub_explicit(volatile atomic_half *,
13886 float __ovld atomic_fetch_sub_explicit(volatile __local atomic_float *,
13900 float __ovld atomic_fetch_sub_explicit(volatile atomic_float *,
13904 float __ovld atomic_fetch_sub_explicit(volatile atomic_float *,
13942 double __ovld atomic_fetch_sub_explicit(volatile atomic_double *,
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Datomic.inc50 using std::atomic_fetch_sub_explicit;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h527 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_sub_explicit(
534 atomic_fetch_sub_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, memory_orde…
/freebsd-14.2/share/man/man3/
H A DMakefile90 ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td527 defm : DemangledNativeBuiltin<"atomic_fetch_sub_explicit", OpenCL_std, Atomic, 4, 6, OpAtomicISub>;