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