Home
last modified time | relevance | path

Searched refs:atomic_uint (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h35 using atomic_uint = atomic<unsigned int>; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h13251 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 Dstdatomic.h105 typedef _Atomic(unsigned int) atomic_uint; typedef
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h49 using std::atomic_uint // see below
152 using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
H A Datomic473 typedef atomic<unsigned int> atomic_uint;
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c99 static atomic_uint sigs;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc72 using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/sys/
H A Dstdatomic.h197 typedef _Atomic(unsigned int) atomic_uint; typedef
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h241 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 DCSymbolMap.inc296 SYMBOL(atomic_uint, None, <stdatomic.h>)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td408 def AtomicUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedInt…