Searched refs:atomic_fetch_sub_explicit (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | stdatomic.h | 249 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 274 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 323 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 357 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
| /freebsd-13.1/crypto/openssl/include/internal/ |
| H A D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | atomic_c11.h | 79 return atomic_fetch_sub_explicit(a, val, mo); \
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 136 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
|
| H A D | opencl-c.h | 13349 int __ovld atomic_fetch_sub_explicit(volatile atomic_int *object, int operand, memory_order order); 13350 uint __ovld atomic_fetch_sub_explicit(volatile atomic_uint *object, uint operand, memory_order orde… 13364 long __ovld atomic_fetch_sub_explicit(volatile atomic_long *object, long operand, memory_order orde… 13365 ulong __ovld atomic_fetch_sub_explicit(volatile atomic_ulong *object, ulong operand, memory_order o… 13377 uintptr_t __ovld atomic_fetch_sub_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, me… 13383 int __ovld atomic_fetch_sub_explicit(volatile atomic_int *object, int operand, memory_order order, … 13384 uint __ovld atomic_fetch_sub_explicit(volatile atomic_uint *object, uint operand, memory_order orde… 13398 long __ovld atomic_fetch_sub_explicit(volatile atomic_long *object, long operand, memory_order orde… 13399 ulong __ovld atomic_fetch_sub_explicit(volatile atomic_ulong *object, ulong operand, memory_order o… 13413 uintptr_t __ovld atomic_fetch_sub_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, me…
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 382 Integral atomic_fetch_sub_explicit(volatile atomic<Integral>* obj, Integral op, 386 Integral atomic_fetch_sub_explicit(atomic<Integral>* obj, Integral op, 451 T* atomic_fetch_sub_explicit(volatile atomic<T*>* obj, ptrdiff_t op, 455 T* atomic_fetch_sub_explicit(atomic<T*>* obj, ptrdiff_t op, memory_order m) noexcept; 2320 // atomic_fetch_sub_explicit 2329 atomic_fetch_sub_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, me… 2341 atomic_fetch_sub_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::difference_type __op, memory_orde… 2349 atomic_fetch_sub_explicit(volatile atomic<_Tp*>* __o, typename atomic<_Tp*>::difference_type __op, … 2357 atomic_fetch_sub_explicit(atomic<_Tp*>* __o, typename atomic<_Tp*>::difference_type __op, memory_or…
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 88 ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
|