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