HomeSort by relevance Sort by last modified time
    Searched refs:atomic_ullong (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 22 // typedef atomic<unsigned long long> atomic_ullong;
42 static_assert((std::is_same<std::atomic<unsigned long long>, std::atomic_ullong>::value), "");
integral.pass.cpp 176 test<std::atomic_ullong, unsigned long long>();
193 test<volatile std::atomic_ullong, unsigned long long>();
  /bionic/libc/include/
stdatomic.h 108 using std::atomic_ullong;
359 typedef _Atomic(unsigned long long) atomic_ullong;
  /development/ndk/platforms/android-L/include/
stdatomic.h 207 typedef _Atomic(unsigned long long) atomic_ullong; typedef

Completed in 27 milliseconds