Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstdatomic.h251 #define atomic_fetch_or_explicit(object, operand, order) \ macro
276 #define atomic_fetch_or_explicit(object, operand, order) \ macro
325 #define atomic_fetch_or_explicit(object, operand, order) \ macro
359 atomic_fetch_or_explicit(object, operand, memory_order_seq_cst)
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h89 return atomic_fetch_or_explicit(a, val, mo); \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h105 using std::atomic_fetch_or_explicit // see below
207 using std::atomic_fetch_or_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic429 T atomic_fetch_or_explicit(volatile atomic<T>*, atomic<T>::value_type,
432 T atomic_fetch_or_explicit(atomic<T>*, atomic<T>::value_type,
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h163 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
H A Dopencl-c.h13412 int __ovld atomic_fetch_or_explicit(volatile atomic_int *, int, memory_order);
13413 uint __ovld atomic_fetch_or_explicit(volatile atomic_uint *, uint, memory_order);
13427 long __ovld atomic_fetch_or_explicit(volatile atomic_long *, long, memory_order);
13428 ulong __ovld atomic_fetch_or_explicit(volatile atomic_ulong *, ulong, memory_order);
13450 int __ovld atomic_fetch_or_explicit(volatile __global atomic_int *, int, memory_order);
13451 int __ovld atomic_fetch_or_explicit(volatile __local atomic_int *, int, memory_order);
13452 uint __ovld atomic_fetch_or_explicit(volatile __global atomic_uint *, uint, memory_order);
13453 uint __ovld atomic_fetch_or_explicit(volatile __local atomic_uint *, uint, memory_order);
13483 long __ovld atomic_fetch_or_explicit(volatile __global atomic_long *, long, memory_order);
13484 long __ovld atomic_fetch_or_explicit(volatile __local atomic_long *, long, memory_order);
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc48 using std::atomic_fetch_or_explicit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h584 atomic_fetch_or_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_o…
590 atomic_fetch_or_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m)…
/freebsd/share/man/man3/
H A DMakefile86 ATOMIC_VAR_INIT.3 atomic_fetch_or_explicit.3 \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc260 SYMBOL(atomic_fetch_or_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc703 SYMBOL(atomic_fetch_or_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td612 defm : DemangledNativeBuiltin<"atomic_fetch_or_explicit", OpenCL_std, Atomic, 3, 4, OpAtomicOr>;