OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_uint_least32_t
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/
stdatomic_test.cpp
177
atomic_uint_least32_t
x;
180
atomic_uint_least32_t
y;
182
atomic_uint_least32_t
z;
/external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp
17
// typedef atomic<uint_least32_t>
atomic_uint_least32_t
;
48
static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::
atomic_uint_least32_t
>::value), "");
/bionic/libc/include/
stdatomic.h
117
using std::
atomic_uint_least32_t
;
370
typedef _Atomic(uint_least32_t)
atomic_uint_least32_t
;
/development/ndk/platforms/android-L/include/
stdatomic.h
216
typedef _Atomic(uint_least32_t)
atomic_uint_least32_t
;
typedef
Completed in 35 milliseconds