Searched refs:atomic_uint (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 35 using atomic_uint = atomic<unsigned int>; variable
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 13251 void __ovld atomic_init(volatile atomic_uint *, uint); 13264 void __ovld atomic_init(volatile __global atomic_uint *, uint); 13265 void __ovld atomic_init(volatile __local 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); 13300 uint __ovld atomic_fetch_min(volatile atomic_uint *, uint); 13302 uint __ovld atomic_fetch_max(volatile atomic_uint *, uint); [all …]
|
H A D | stdatomic.h | 105 typedef _Atomic(unsigned int) atomic_uint; typedef
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 49 using std::atomic_uint // see below 152 using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 473 typedef atomic<unsigned int> atomic_uint;
|
/freebsd/tools/test/xregs_sig/ |
H A D | xregs_sig.c | 99 static atomic_uint sigs;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 72 using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 197 typedef _Atomic(unsigned int) atomic_uint; typedef
|
/freebsd/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/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 296 SYMBOL(atomic_uint, None, <stdatomic.h>)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 408 def AtomicUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedInt…
|