Searched refs:atomic_uint (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | aliases.h | 36 using atomic_uint = atomic<unsigned int>; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 13251 void __ovld atomic_init(volatile atomic_uint *, uint); 13290 uint __ovld atomic_fetch_add(volatile atomic_uint *, uint); 13292 uint __ovld atomic_fetch_sub(volatile atomic_uint *, uint); 13294 uint __ovld atomic_fetch_or(volatile atomic_uint *, uint); 13296 uint __ovld atomic_fetch_xor(volatile atomic_uint *, uint); 13298 uint __ovld atomic_fetch_and(volatile atomic_uint *, uint); 13960 void __ovld atomic_store(volatile atomic_uint *, uint); 14059 uint __ovld atomic_load(volatile atomic_uint *); 14072 uint __ovld atomic_load(volatile __global atomic_uint *); 14073 uint __ovld atomic_load(volatile __local atomic_uint *); [all …]
|
| H A D | stdatomic.h | 102 typedef _Atomic(unsigned int) atomic_uint; typedef
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 152 using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 473 typedef atomic<unsigned int> atomic_uint;
|
| /freebsd-14.2/tools/test/xregs_sig/ |
| H A D | xregs_sig.c | 99 static atomic_uint sigs;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | atomic.inc | 72 using std::atomic_uint;
|
| /freebsd-14.2/sys/sys/ |
| H A D | stdatomic.h | 196 typedef _Atomic(unsigned int) atomic_uint; typedef
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_lock.h | 241 std::atomic_uint 243 std::atomic_uint now_serving; // ticket number for thread which holds the lock
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 305 SYMBOL(atomic_uint, std::, <atomic>) 306 SYMBOL(atomic_uint, None, <stdatomic.h>)
|
| H A D | CSymbolMap.inc | 296 SYMBOL(atomic_uint, None, <stdatomic.h>)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 408 def AtomicUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedInt…
|