Home
last modified time | relevance | path

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

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