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

  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 19 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
50 static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value), "");
  /bionic/libc/include/
stdatomic.h 119 using std::atomic_uint_least64_t;
372 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
  /development/ndk/platforms/android-L/include/
stdatomic.h 218 typedef _Atomic(uint_least64_t) atomic_uint_least64_t; typedef

Completed in 36 milliseconds