OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_short
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
15
// typedef atomic<short>
atomic_short
;
35
static_assert((std::is_same<std::atomic<short>, std::
atomic_short
>::value), "");
integral.pass.cpp
169
test<std::
atomic_short
, short>();
186
test<volatile std::
atomic_short
, short>();
/bionic/libc/include/
stdatomic.h
101
using std::
atomic_short
;
352
typedef _Atomic(short)
atomic_short
;
/development/ndk/platforms/android-L/include/
stdatomic.h
200
typedef _Atomic(short)
atomic_short
;
typedef
Completed in 140 milliseconds