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

  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 14 // typedef atomic<int_least16_t> atomic_int_least16_t;
45 static_assert((std::is_same<std::atomic< std::int_least16_t>, std::atomic_int_least16_t>::value), "");
  /bionic/libc/include/
stdatomic.h 114 using std::atomic_int_least16_t;
367 typedef _Atomic(int_least16_t) atomic_int_least16_t;
  /development/ndk/platforms/android-L/include/
stdatomic.h 213 typedef _Atomic(int_least16_t) atomic_int_least16_t; typedef

Completed in 137 milliseconds