Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h34 using atomic_ushort = atomic<unsigned short>; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h100 typedef _Atomic(unsigned short) atomic_ushort; global() typedef
/freebsd-src/sys/sys/
H A Dstdatomic.h194 typedef _Atomic(unsigned short) atomic_ushort; global() typedef