Home
last modified time | relevance | path

Searched defs:atomic_uint (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__atomic/
H A Daliases.h35 using atomic_uint = atomic<unsigned int>; global() variable
/llvm-project/clang/lib/Headers/
H A Dstdatomic.h102 typedef _Atomic(unsigned int) atomic_uint; global() typedef