Home
last modified time | relevance | path

Searched refs:atomic_load_explicit (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dtsan_assist.h57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed)
61 # define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire)
/freebsd/sys/sys/
H A Dstdatomic.h257 #define atomic_load_explicit(object, order) \ macro
282 #define atomic_load_explicit(object, order) \ macro
332 #define atomic_load_explicit(object, order) \ macro
365 atomic_load_explicit(object, memory_order_seq_cst)
/freebsd/lib/libc/stdlib/
H A Dquick_exit.c72 for (h = atomic_load_explicit(&handlers, memory_order_acquire); in quick_exit()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp608 return std::atomic_load_explicit(&lck->lk.owner_id, in __kmp_get_ticket_lock_owner()
614 return std::atomic_load_explicit(&lck->lk.depth_locked, in __kmp_is_ticket_lock_nestable()
619 return std::atomic_load_explicit((std::atomic<unsigned> *)now_serving, in __kmp_bakery_check()
630 if (std::atomic_load_explicit(&lck->lk.now_serving, in __kmp_acquire_ticket_lock_timed_template()
636 if (std::atomic_load_explicit(&lck->lk.now_serving, in __kmp_acquire_ticket_lock_timed_template()
653 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_acquire_ticket_lock_with_checks()
675 kmp_uint32 my_ticket = std::atomic_load_explicit(&lck->lk.next_ticket, in __kmp_test_ticket_lock()
678 if (std::atomic_load_explicit(&lck->lk.now_serving, in __kmp_test_ticket_lock()
694 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_test_ticket_lock_with_checks()
715 kmp_uint32 distance = std::atomic_load_explicit( in __kmp_release_ticket_lock()
[all...]
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dmemory_resource.cpp
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h31 return atomic_load_explicit(a_nonconst, mo); \
/freebsd/sys/dev/qcom_rnd/
H A Dqcom_rnd.c173 atomic_load_explicit(&g_qcom_rnd_softc, memory_order_acquire) == sc, in qcom_rnd_detach()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h91 using std::atomic_load_explicit // see below
216 using std::atomic_load_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic352 T atomic_load_explicit(const volatile atomic<T>*, memory_order) noexcept;
354 T atomic_load_explicit(const atomic<T>*, memory_order) noexcept;
H A Dmemory838 shared_ptr<T> atomic_load_explicit(const shared_ptr<T>* p, memory_order mo);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h145 #define atomic_load_explicit __c11_atomic_load macro
H A Dopencl-c.h13652 half __ovld atomic_load_explicit(volatile __global atomic_half *,
13654 half __ovld atomic_load_explicit(volatile __global atomic_half *,
13670 half __ovld atomic_load_explicit(volatile __local atomic_half *,
13672 half __ovld atomic_load_explicit(volatile __local atomic_half *,
13689 half __ovld atomic_load_explicit(volatile atomic_half *,
13691 half __ovld atomic_load_explicit(volatile atomic_half *,
14091 int __ovld atomic_load_explicit(volatile atomic_int *, memory_order);
14092 uint __ovld atomic_load_explicit(volatile atomic_uint *, memory_order);
14093 float __ovld atomic_load_explicit(volatile atomic_float *, memory_order);
14096 double __ovld atomic_load_explicit(volatile atomic_double *, memory_order);
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc39 using std::atomic_load_explicit _LIBCPP_USING_IF_EXISTS;
H A Dmemory.cppm
H A Dmemory.inc199 using std::atomic_load_explicit;
/freebsd/sys/dev/virtio/random/
H A Dvirtio_random.c201 atomic_load_explicit(&g_vtrnd_softc, memory_order_acquire) == sc, in vtrnd_detach()
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h323 _LIBCPP_HIDE_FROM_ABI _Tp atomic_load_explicit(const volatile atomic<_Tp>* __o, memory_order __m) _…
329 _LIBCPP_HIDE_FROM_ABI _Tp atomic_load_explicit(const atomic<_Tp>* __o, memory_order __m) _NOEXCEPT
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp101 return std::atomic_load_explicit(&__res, memory_order_acquire); in __default_memory_resource()
/freebsd/share/man/man3/
H A DMakefile94 ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1620 inline _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> atomic_load_explicit(const shared_ptr<_Tp>* __p, memor…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc285 SYMBOL(atomic_load_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc722 SYMBOL(atomic_load_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td571 defm : DemangledNativeBuiltin<"atomic_load_explicit", OpenCL_std, Atomic, 2, 3, OpAtomicLoad>;