OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_long
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
19
// typedef atomic<long>
atomic_long
;
39
static_assert((std::is_same<std::atomic<long>, std::
atomic_long
>::value), "");
integral.pass.cpp
173
test<std::
atomic_long
, long>();
190
test<volatile std::
atomic_long
, long>();
/bionic/libc/include/
stdatomic.h
105
using std::
atomic_long
;
356
typedef _Atomic(long)
atomic_long
;
/development/ndk/platforms/android-L/include/
stdatomic.h
204
typedef _Atomic(long)
atomic_long
;
typedef
Completed in 38 milliseconds