Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_strong_explicit (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/sys/
H A Dstdatomic.h237 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro
262 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro
289 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro
299 atomic_compare_exchange_strong_explicit(object, expected, \
347 atomic_compare_exchange_strong_explicit(object, expected, \
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h58 return atomic_compare_exchange_strong_explicit(a, expected, \
/freebsd/sys/dev/qcom_rnd/
H A Dqcom_rnd.c123 if (!atomic_compare_exchange_strong_explicit(&g_qcom_rnd_softc, &exp, in qcom_rnd_attach()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h97 using std::atomic_compare_exchange_strong_explicit // see below
197 using std::atomic_compare_exchange_strong_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic386 bool atomic_compare_exchange_strong_explicit(volatile atomic<T>*, atomic<T>::value_type*,
390 bool atomic_compare_exchange_strong_explicit(atomic<T>*, atomic<T>::value_type*,
H A Dmemory861 atomic_compare_exchange_strong_explicit(shared_ptr<T>* p, shared_ptr<T>* v,
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h151 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
H A Dopencl-c.h14354 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_int *, int *, int, memory_order…
14355 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_uint *, uint *, uint, memory_or…
14358 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_float *, float *, float, memory…
14362 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_double *, double *, double, mem…
14365 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_long *, long *, long, memory_or…
14367 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_ulong *, ulong *, ulong, memory…
14372 bool __ovld atomic_compare_exchange_strong_explicit(volatile __global atomic_int *, __global int *,…
14373 bool __ovld atomic_compare_exchange_strong_explicit(volatile __global atomic_int *, __local int *, …
14374 bool __ovld atomic_compare_exchange_strong_explicit(volatile __global atomic_int *, __private int *…
14375 bool __ovld atomic_compare_exchange_strong_explicit(volatile __local atomic_int *, __global int *, …
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc32 using std::atomic_compare_exchange_strong_explicit _LIBCPP_USING_IF_EXISTS;
H A Dmemory.cppm
H A Dmemory.inc208 using std::atomic_compare_exchange_strong_explicit;
/freebsd/sys/dev/virtio/random/
H A Dvirtio_random.c167 if (!atomic_compare_exchange_strong_explicit(&g_vtrnd_softc, &exp, sc, in vtrnd_attach()
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h413 _LIBCPP_HIDE_FROM_ABI bool atomic_compare_exchange_strong_explicit(
423 _LIBCPP_HIDE_FROM_ABI bool atomic_compare_exchange_strong_explicit(
/freebsd/share/man/man3/
H A DMakefile77 ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong_explicit.3 \
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1677 inline _LIBCPP_HIDE_FROM_ABI bool atomic_compare_exchange_strong_explicit(
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc250 SYMBOL(atomic_compare_exchange_strong_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc693 SYMBOL(atomic_compare_exchange_strong_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp681 if (std::atomic_compare_exchange_strong_explicit( in __kmp_test_ticket_lock()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td578 defm : DemangledNativeBuiltin<"atomic_compare_exchange_strong_explicit", OpenCL_std, Atomic, 5, 6, …