Home
last modified time | relevance | path

Searched refs:atomic_fetch_add_explicit (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dtsan_assist.h59 # define tsan_counter(ptr) atomic_fetch_add_explicit((ptr), 1, memory_order_relaxed)
60 # define tsan_decr(ptr) atomic_fetch_add_explicit((ptr), -1, memory_order_relaxed)
H A Drefcount.h33 *ret = atomic_fetch_add_explicit(val, 1, memory_order_relaxed) + 1; in CRYPTO_UP_REF()
/freebsd/sys/sys/
H A Dstdatomic.h247 #define atomic_fetch_add_explicit(object, operand, order) \ macro
272 #define atomic_fetch_add_explicit(object, operand, order) \ macro
320 #define atomic_fetch_add_explicit(object, operand, order) \ macro
355 atomic_fetch_add_explicit(object, operand, memory_order_seq_cst)
/freebsd/lib/libc/tests/resolv/
H A Dresolv_test.c199 atomic_fetch_add_explicit(&ask[i], 1, memory_order_relaxed); in resolvone()
201 atomic_fetch_add_explicit(&got[i], 1, memory_order_relaxed); in resolvone()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h73 return atomic_fetch_add_explicit(a, val, mo); \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h101 using std::atomic_fetch_add_explicit // see below
203 using std::atomic_fetch_add_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic399 T atomic_fetch_add_explicit(volatile atomic<T>*, atomic<T>::difference_type,
402 T atomic_fetch_add_explicit(atomic<T>*, atomic<T>::difference_type,
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h157 #define atomic_fetch_add_explicit __c11_atomic_fetch_add macro
H A Dopencl-c.h13408 int __ovld atomic_fetch_add_explicit(volatile atomic_int *, int, memory_order);
13409 uint __ovld atomic_fetch_add_explicit(volatile atomic_uint *, uint, memory_order);
13423 long __ovld atomic_fetch_add_explicit(volatile atomic_long *, long, memory_order);
13424 ulong __ovld atomic_fetch_add_explicit(volatile atomic_ulong *, ulong, memory_order);
13437 uintptr_t __ovld atomic_fetch_add_explicit(volatile atomic_uintptr_t *, ptrdiff_t, memory_order);
13442 int __ovld atomic_fetch_add_explicit(volatile __global atomic_int *, int, memory_order);
13443 int __ovld atomic_fetch_add_explicit(volatile __local atomic_int *, int, memory_order);
13444 uint __ovld atomic_fetch_add_explicit(volatile __global atomic_uint *, uint, memory_order);
13445 uint __ovld atomic_fetch_add_explicit(volatile __local atomic_uint *, uint, memory_order);
13471 long __ovld atomic_fetch_add_explicit(volatile __global atomic_long *, long, memory_order);
[all …]
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c106 atomic_fetch_add_explicit(&sigs, 1, memory_order_relaxed); in sigusr1_handler()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc44 using std::atomic_fetch_add_explicit _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/librt/
H A Dsigev_thread.c199 sn->sn_gen = atomic_fetch_add_explicit(&sigev_generation, 1, in __sigev_alloc()
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h504 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_add_explicit(
511 atomic_fetch_add_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, memory_orde…
/freebsd/share/man/man3/
H A DMakefile82 ATOMIC_VAR_INIT.3 atomic_fetch_add_explicit.3 \
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp626 kmp_uint32 my_ticket = std::atomic_fetch_add_explicit( in __kmp_acquire_ticket_lock_timed_template()
720 std::atomic_fetch_add_explicit(&lck->lk.now_serving, 1U, in __kmp_release_ticket_lock()
809 std::atomic_fetch_add_explicit(&lck->lk.depth_locked, 1, in __kmp_acquire_nested_ticket_lock()
845 retval = std::atomic_fetch_add_explicit(&lck->lk.depth_locked, 1, in __kmp_test_nested_ticket_lock()
880 if ((std::atomic_fetch_add_explicit(&lck->lk.depth_locked, -1, in __kmp_release_nested_ticket_lock()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc256 SYMBOL(atomic_fetch_add_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc699 SYMBOL(atomic_fetch_add_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td610 defm : DemangledNativeBuiltin<"atomic_fetch_add_explicit", OpenCL_std, Atomic, 3, 4, OpAtomicIAdd>;