Searched refs:atomic_fetch_or (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | options.h | 57 atomic_fetch_or(&Val, 1U << static_cast<u32>(Opt), memory_order_relaxed); in set()
|
| H A D | atomic_helpers.h | 100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_kthread.c | 100 while ((atomic_fetch_or(KTHREAD_IS_PARKED_MASK, in linux_kthread_parkme()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
| H A D | opencl-c.h | 13315 int __ovld atomic_fetch_or(volatile atomic_int *object, int operand); 13316 uint __ovld atomic_fetch_or(volatile atomic_uint *object, uint operand); 13331 long __ovld atomic_fetch_or(volatile atomic_long *object, long operand); 13332 ulong __ovld atomic_fetch_or(volatile atomic_ulong *object, ulong operand);
|
| /freebsd-13.1/sys/sys/ |
| H A D | stdatomic.h | 354 #define atomic_fetch_or(object, operand) \ macro
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 85 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 404 Integral atomic_fetch_or(volatile atomic<Integral>* obj, Integral op) noexcept; 407 Integral atomic_fetch_or(atomic<Integral>* obj, Integral op) noexcept; 2414 // atomic_fetch_or 2423 atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT 2435 atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
|