Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstdatomic.h249 #define atomic_fetch_and_explicit(object, operand, order) \ macro
274 #define atomic_fetch_and_explicit(object, operand, order) \ macro
323 #define atomic_fetch_and_explicit(object, operand, order) \ macro
357 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h84 return atomic_fetch_and_explicit(a, val, mo); \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h107 using std::atomic_fetch_and_explicit // see below
205 using std::atomic_fetch_and_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic419 T atomic_fetch_and_explicit(volatile atomic<T>*, atomic<T>::value_type,
422 T atomic_fetch_and_explicit(atomic<T>*, atomic<T>::value_type,
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h169 #define atomic_fetch_and_explicit __c11_atomic_fetch_and macro
H A Dopencl-c.h13416 int __ovld atomic_fetch_and_explicit(volatile atomic_int *, int, memory_order);
13417 uint __ovld atomic_fetch_and_explicit(volatile atomic_uint *, uint, memory_order);
13431 long __ovld atomic_fetch_and_explicit(volatile atomic_long *, long, memory_order);
13432 ulong __ovld atomic_fetch_and_explicit(volatile atomic_ulong *, ulong, memory_order);
13458 int __ovld atomic_fetch_and_explicit(volatile __global atomic_int *, int, memory_order);
13459 int __ovld atomic_fetch_and_explicit(volatile __local atomic_int *, int, memory_order);
13460 uint __ovld atomic_fetch_and_explicit(volatile __global atomic_uint *, uint, memory_order);
13461 uint __ovld atomic_fetch_and_explicit(volatile __local atomic_uint *, uint, memory_order);
13499 long __ovld atomic_fetch_and_explicit(volatile __global atomic_long *, long, memory_order);
13500 long __ovld atomic_fetch_and_explicit(volatile __local atomic_long *, long, memory_order);
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc46 using std::atomic_fetch_and_explicit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h557 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_and_explicit(
564 atomic_fetch_and_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m…
/freebsd/share/man/man3/
H A DMakefile84 ATOMIC_VAR_INIT.3 atomic_fetch_and_explicit.3 \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc258 SYMBOL(atomic_fetch_and_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc701 SYMBOL(atomic_fetch_and_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td614 defm : DemangledNativeBuiltin<"atomic_fetch_and_explicit", OpenCL_std, Atomic, 3, 4, OpAtomicAnd>;