Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__atomic/
HDaliases.h35 using atomic_uint = atomic<unsigned int>; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdatomic.h105 typedef _Atomic(unsigned int) atomic_uint; typedef
/freebsd-13-stable/sys/sys/
HDstdatomic.h197 typedef _Atomic(unsigned int) atomic_uint; typedef