Searched refs:atomic_fetch_or (Results 1 – 14 of 14) sorted by relevance
| /src/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
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_kthread.c | 98 while ((atomic_fetch_or(KTHREAD_IS_PARKED_MASK, in linux_kthread_parkme()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 206 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 425 T atomic_fetch_or(volatile atomic<T>*, atomic<T>::value_type) noexcept; 427 T atomic_fetch_or(atomic<T>*, atomic<T>::value_type) noexcept;
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 162 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
| H A D | opencl-c.h | 13293 int __ovld atomic_fetch_or(volatile atomic_int *, int); 13294 uint __ovld atomic_fetch_or(volatile atomic_uint *, uint); 13308 long __ovld atomic_fetch_or(volatile atomic_long *, long); 13309 ulong __ovld atomic_fetch_or(volatile atomic_ulong *, ulong); 13331 int __ovld atomic_fetch_or(volatile __global atomic_int *, int); 13332 int __ovld atomic_fetch_or(volatile __local atomic_int *, int); 13333 uint __ovld atomic_fetch_or(volatile __global atomic_uint *, uint); 13334 uint __ovld atomic_fetch_or(volatile __local atomic_uint *, uint); 13364 long __ovld atomic_fetch_or(volatile __global atomic_long *, long); 13365 long __ovld atomic_fetch_or(volatile __local atomic_long *, long); [all …]
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | atomic.inc | 47 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
|
| /src/sys/sys/ |
| H A D | stdatomic.h | 364 #define atomic_fetch_or(object, operand) \ macro
|
| /src/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic.h | 571 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_ty… 576 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) …
|
| /src/share/man/man3/ |
| H A D | Makefile | 90 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 259 SYMBOL(atomic_fetch_or, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 702 SYMBOL(atomic_fetch_or, std::, <atomic>)
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 607 defm : DemangledNativeBuiltin<"atomic_fetch_or", OpenCL_std, Atomic, 2, 4, OpAtomicOr>;
|