Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h40 using atomic_ullong = atomic<unsigned long long>; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h106 typedef _Atomic(unsigned long long) atomic_ullong; global() typedef
/freebsd-src/sys/sys/
H A Dstdatomic.h200 typedef _Atomic(unsigned long long) atomic_ullong; global() typedef