OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_intmax_t
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp
34
// typedef atomic<intmax_t>
atomic_intmax_t
;
65
static_assert((std::is_same<std::atomic< std::intmax_t>, std::
atomic_intmax_t
>::value), "");
/bionic/libc/include/
stdatomic.h
132
using std::
atomic_intmax_t
;
385
typedef _Atomic(intmax_t)
atomic_intmax_t
;
/bionic/tests/
stdatomic_test.cpp
69
atomic_intmax_t
big;
70
//
atomic_intmax_t
(size = 64) is not lock free on mips32.
/development/ndk/platforms/android-L/include/
stdatomic.h
231
typedef _Atomic(intmax_t)
atomic_intmax_t
;
typedef
Completed in 39 milliseconds