Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_weak_explicit (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/sys/
H A Dstdatomic.h241 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro
266 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro
297 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro
350 atomic_compare_exchange_weak_explicit(object, expected, \
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h50 return atomic_compare_exchange_weak_explicit(a, expected, \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h99 using std::atomic_compare_exchange_weak_explicit // see below
199 using std::atomic_compare_exchange_weak_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic378 bool atomic_compare_exchange_weak_explicit(volatile atomic<T>*, atomic<T>::value_type*,
382 bool atomic_compare_exchange_weak_explicit(atomic<T>*, atomic<T>::value_type*,
H A Dmemory856 atomic_compare_exchange_weak_explicit(shared_ptr<T>* p, shared_ptr<T>* v,
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h154 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak macro
H A Dopencl-c.h14356 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_int *, int *, int, memory_order, …
14357 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_uint *, uint *, uint, memory_orde…
14359 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_float *, float *, float, memory_o…
14363 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_double *, double *, double, memor…
14366 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_long *, long *, long, memory_orde…
14368 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_ulong *, ulong *, ulong, memory_o…
14390 bool __ovld atomic_compare_exchange_weak_explicit(volatile __global atomic_int *, __global int *, i…
14391 bool __ovld atomic_compare_exchange_weak_explicit(volatile __global atomic_int *, __local int *, in…
14392 bool __ovld atomic_compare_exchange_weak_explicit(volatile __global atomic_int *, __private int *, …
14393 bool __ovld atomic_compare_exchange_weak_explicit(volatile __local atomic_int *, __global int *, in…
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc34 using std::atomic_compare_exchange_weak_explicit _LIBCPP_USING_IF_EXISTS;
H A Dmemory.cppm
H A Dmemory.inc210 using std::atomic_compare_exchange_weak_explicit;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h391 _LIBCPP_HIDE_FROM_ABI bool atomic_compare_exchange_weak_explicit(
401 _LIBCPP_HIDE_FROM_ABI bool atomic_compare_exchange_weak_explicit(
/freebsd/share/man/man3/
H A DMakefile79 ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak_explicit.3 \
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1683 inline _LIBCPP_HIDE_FROM_ABI bool atomic_compare_exchange_weak_explicit(
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc252 SYMBOL(atomic_compare_exchange_weak_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc695 SYMBOL(atomic_compare_exchange_weak_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td580 defm : DemangledNativeBuiltin<"atomic_compare_exchange_weak_explicit", OpenCL_std, Atomic, 5, 6, Op…