Searched refs:atomic_fetch_sub (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.h73 if (atomic_fetch_sub(&lock->cnt, 1) > 1)
H A Dpreload.c1016 if (atomic_fetch_sub(&fdi->refcnt, 1) != 1)
H A Drsocket.c903 if (atomic_fetch_sub(&iomr->refcnt, 1) != 1)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h116 u32 prev = atomic_fetch_sub(&state_, kWriteLock, memory_order_release);
129 u32 prev = atomic_fetch_sub(&state_, kReadLock, memory_order_release);
H A Dsanitizer_atomic_clang.h54 INLINE typename T::Type atomic_fetch_sub(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_atomic_clang_mips.h58 INLINE atomic_uint64_t::Type atomic_fetch_sub(volatile atomic_uint64_t *ptr, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h126 INLINE u32 atomic_fetch_sub(volatile atomic_uint32_t *a, function in namespace:__sanitizer
134 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, function in namespace:__sanitizer
H A Dsanitizer_tls_get_addr.cpp49 atomic_fetch_sub(&number_of_live_dtls, 1, memory_order_relaxed);
H A Dsanitizer_common.cpp191 atomic_fetch_sub(&g_total_mmaped, size, memory_order_relaxed);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cpp249 uptr prev = atomic_fetch_sub(&state_, kWriteLock, memory_order_release);
276 uptr prev = atomic_fetch_sub(&state_, kReadLock, memory_order_release);
H A Dtsan_fd.cpp64 if (atomic_fetch_sub(&s->rc, 1, memory_order_acq_rel) == 1) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h135 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13405 int __ovld atomic_fetch_sub(volatile atomic_int *object, int operand);
13408 uint __ovld atomic_fetch_sub(volatile atomic_uint *object, uint operand);
13455 long __ovld atomic_fetch_sub(volatile atomic_long *object, long operand);
13458 ulong __ovld atomic_fetch_sub(volatile atomic_ulong *object, ulong operand);
13507 uintptr_t __ovld atomic_fetch_sub(volatile atomic_uintptr_t *object, ptrdiff_t operand);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp111 if (atomic_fetch_sub(&M, 1U, memory_order_release) != Locked) {
H A Datomic_helpers.h86 inline typename T::Type atomic_fetch_sub(volatile T *A, typename T::Type V, function in namespace:scudo
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h224 atomic_fetch_sub(Buffer.Extents, B, memory_order_acq_rel);
H A Dxray_buffer_queue.cpp46 if (atomic_fetch_sub(&C->RefCount, 1, memory_order_acq_rel) == 1)
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Datomic.h140 return (atomic_fetch_sub(a, x) - x);
364 return (atomic_fetch_sub(a, x) - x);
/freebsd-11-stable/share/man/man3/
H A DMakefile38 ATOMIC_VAR_INIT.3 atomic_fetch_sub.3 \
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h357 #define atomic_fetch_sub(object, operand) \ macro

Completed in 129 milliseconds