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