Home
last modified time | relevance | path

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 Doptions.h57 atomic_fetch_or(&Val, 1U << static_cast<u32>(Opt), memory_order_relaxed); in set()
H A Datomic_helpers.h100 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 Dlinux_kthread.c100 while ((atomic_fetch_or(KTHREAD_IS_PARKED_MASK, in linux_kthread_parkme()
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13315 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 Dstdatomic.h354 #define atomic_fetch_or(object, operand) \ macro
/freebsd-13.1/share/man/man3/
H A DMakefile85 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Datomic404 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