Searched refs:atomic_fetch_sub_explicit (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | stdatomic.h | 252 #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 D | refcount.h | 50 *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 D | atomic_c11.h | 79 return atomic_fetch_sub_explicit(a, val, mo); \
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 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-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 154 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
|
| H A D | opencl-c.h | 13832 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 D | atomic.inc | 50 using std::atomic_fetch_sub_explicit;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic.h | 527 _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 D | Makefile | 90 ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 527 defm : DemangledNativeBuiltin<"atomic_fetch_sub_explicit", OpenCL_std, Atomic, 4, 6, OpAtomicISub>;
|