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

  /external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 18 // typedef atomic<unsigned int> atomic_uint;
38 static_assert((std::is_same<std::atomic<unsigned int>, std::atomic_uint>::value), "");
integral.pass.cpp 172 test<std::atomic_uint, unsigned int>();
189 test<volatile std::atomic_uint, unsigned int>();
  /bionic/libc/include/
stdatomic.h 104 using std::atomic_uint;
355 typedef _Atomic(unsigned int) atomic_uint;
  /development/ndk/platforms/android-L/include/
stdatomic.h 203 typedef _Atomic(unsigned int) atomic_uint; typedef

Completed in 33 milliseconds