OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_int_least32_t
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp
16
// typedef atomic<int_least32_t>
atomic_int_least32_t
;
47
static_assert((std::is_same<std::atomic< std::int_least32_t>, std::
atomic_int_least32_t
>::value), "");
/bionic/libc/include/
stdatomic.h
116
using std::
atomic_int_least32_t
;
369
typedef _Atomic(int_least32_t)
atomic_int_least32_t
;
/development/ndk/platforms/android-L/include/
stdatomic.h
215
typedef _Atomic(int_least32_t)
atomic_int_least32_t
;
typedef
Completed in 504 milliseconds