Searched refs:atomic_fetch_or (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | stdatomic.h | 152 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
| H A D | opencl-c.h | 13692 int __ovld atomic_fetch_or(volatile atomic_int *object, int operand); 13695 uint __ovld atomic_fetch_or(volatile atomic_uint *object, uint operand); 13742 long __ovld atomic_fetch_or(volatile atomic_long *object, long operand); 13745 ulong __ovld atomic_fetch_or(volatile atomic_ulong *object, ulong operand); 13792 uintptr_t __ovld atomic_fetch_or(volatile atomic_uintptr_t *object, intptr_t operand); 13808 intptr_t __ovld atomic_fetch_or(volatile atomic_intptr_t *object, uintptr_t operand);
|
| /freebsd-12.1/sys/sys/ |
| H A D | stdatomic.h | 354 #define atomic_fetch_or(object, operand) \ macro
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 37 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | atomic | 419 atomic_fetch_or(volatile atomic<Integral>* obj, Integral op) noexcept; 423 atomic_fetch_or(atomic<Integral>* obj, Integral op) noexcept; 1614 // atomic_fetch_or 1623 atomic_fetch_or(volatile atomic<_Tp>* __o, _Tp __op) _NOEXCEPT 1635 atomic_fetch_or(atomic<_Tp>* __o, _Tp __op) _NOEXCEPT
|