OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_ushort
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
16
// typedef atomic<unsigned short>
atomic_ushort
;
36
static_assert((std::is_same<std::atomic<unsigned short>, std::
atomic_ushort
>::value), "");
integral.pass.cpp
170
test<std::
atomic_ushort
, unsigned short>();
187
test<volatile std::
atomic_ushort
, unsigned short>();
/bionic/libc/include/
stdatomic.h
102
using std::
atomic_ushort
;
353
typedef _Atomic(unsigned short)
atomic_ushort
;
/development/ndk/platforms/android-L/include/
stdatomic.h
201
typedef _Atomic(unsigned short)
atomic_ushort
;
typedef
Completed in 36 milliseconds