Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h32 using atomic_uchar = atomic<unsigned char>; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h98 typedef _Atomic(unsigned char) atomic_uchar; global() typedef
/freebsd-src/sys/sys/
H A Dstdatomic.h192 typedef _Atomic(unsigned char) atomic_uchar; global() typedef