OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_char
(Results
1 - 5
of
5
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
12
// typedef atomic<char>
atomic_char
;
32
static_assert((std::is_same<std::atomic<char>, std::
atomic_char
>::value), "");
integral.pass.cpp
166
test<std::
atomic_char
, char>();
183
test<volatile std::
atomic_char
, char>();
/bionic/libc/include/
stdatomic.h
98
using std::
atomic_char
;
349
typedef _Atomic(char)
atomic_char
;
/bionic/tests/
stdatomic_test.cpp
65
atomic_char
small;
/development/ndk/platforms/android-L/include/
stdatomic.h
197
typedef _Atomic(char)
atomic_char
;
typedef
Completed in 37 milliseconds