Home
last modified time | relevance | path

Searched defs:atomic_uint_least32_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h55 using atomic_uint_least32_t = atomic<uint_least32_t>; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h115 typedef _Atomic(uint_least32_t) atomic_uint_least32_t; global() typedef
/freebsd-src/sys/sys/
H A Dstdatomic.h209 typedef _Atomic(__uint_least32_t) atomic_uint_least32_t; global() typedef