/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_atomic_msvc.h | 126 inline u32 atomic_fetch_sub(volatile atomic_uint32_t *a, in atomic_fetch_sub() function 134 inline uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() function
|
H A D | sanitizer_allocator_stats.h | 34 atomic_fetch_sub(&stats_[i], v, memory_order_relaxed); in Sub()
|
H A D | sanitizer_atomic_clang.h | 62 inline typename T::Type atomic_fetch_sub(volatile T *a, typename T::Type v, in atomic_fetch_sub() function
|
H A D | sanitizer_tls_get_addr.cpp | 43 atomic_fetch_sub(&number_of_live_dtls, 1, memory_order_relaxed); in DTLS_Deallocate()
|
H A D | sanitizer_common.cpp | 226 atomic_fetch_sub(&g_total_mmaped, size, memory_order_relaxed); in DecreaseTotalMmap()
|
H A D | sanitizer_stack_store.cpp | 106 atomic_fetch_sub(&allocated_, size, memory_order_relaxed); in Pack()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | cma.h | 73 if (atomic_fetch_sub(&lock->cnt, 1) > 1) in fastlock_release()
|
H A D | preload.c | 1016 if (atomic_fetch_sub(&fdi->refcnt, 1) != 1) in close()
|
H A D | rsocket.c | 903 if (atomic_fetch_sub(&iomr->refcnt, 1) != 1) in rs_release_iomap_mr()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 102 using std::atomic_fetch_sub // see below 208 using std::atomic_fetch_sub _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 405 T atomic_fetch_sub(volatile atomic<T>*, atomic<T>::difference_type) noexcept; 407 T atomic_fetch_sub(atomic<T>*, atomic<T>::difference_type) noexcept;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | atomic_helpers.h | 86 inline typename T::Type atomic_fetch_sub(volatile T *A, typename T::Type V, in atomic_fetch_sub() function
|
H A D | linux.cpp | 132 if (atomic_fetch_sub(&M, 1U, memory_order_release) != Locked) { in assertHeldImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 159 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
|
H A D | opencl-c.h | 13291 int __ovld atomic_fetch_sub(volatile atomic_int *, int); 13292 uint __ovld atomic_fetch_sub(volatile atomic_uint *, uint); 13306 long __ovld atomic_fetch_sub(volatile atomic_long *, long); 13307 ulong __ovld atomic_fetch_sub(volatile atomic_ulong *, ulong); 13319 uintptr_t __ovld atomic_fetch_sub(volatile atomic_uintptr_t *, ptrdiff_t); 13327 int __ovld atomic_fetch_sub(volatile __global atomic_int *, int); 13328 int __ovld atomic_fetch_sub(volatile __local atomic_int *, int); 13329 uint __ovld atomic_fetch_sub(volatile __global atomic_uint *, uint); 13330 uint __ovld atomic_fetch_sub(volatile __local atomic_uint *, uint); 13358 long __ovld atomic_fetch_sub(volatile __global atomic_long *, long); [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 49 using std::atomic_fetch_sub _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.cpp | 46 if (atomic_fetch_sub(&C->RefCount, 1, memory_order_acq_rel) == 1) in decRefCount()
|
H A D | xray_fdr_log_writer.h | 224 atomic_fetch_sub(Buffer.Extents, B, memory_order_acq_rel);
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 360 #define atomic_fetch_sub(object, operand) \ macro
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | atomic.h | 519 atomic_fetch_sub(volatile atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op) _NOEXCEPT { 524 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_sub(atomic<_Tp>* __o, typename atomic<_Tp>::difference_type …
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 71 if (atomic_fetch_sub(&s->rc, 1, memory_order_acq_rel) == 1) { in unref()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 87 ATOMIC_VAR_INIT.3 atomic_fetch_sub.3 \
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 261 SYMBOL(atomic_fetch_sub, None, <stdatomic.h>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 606 defm : DemangledNativeBuiltin<"atomic_fetch_sub", OpenCL_std, Atomic, 2, 4, OpAtomicISub>;
|