OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_bool
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
bool.pass.cpp
50
// typedef atomic<bool>
atomic_bool
;
169
std::
atomic_bool
_;
170
std::
atomic_bool
obj(true);
/bionic/libc/include/
stdatomic.h
97
using std::
atomic_bool
;
348
typedef _Atomic(bool)
atomic_bool
;
533
* XXX: Assume
atomic_bool
can be used as an atomic_flag. Is there some
538
atomic_bool
__flag;
/development/ndk/platforms/android-L/include/
stdatomic.h
196
typedef _Atomic(bool)
atomic_bool
;
typedef
379
* XXX: Assume
atomic_bool
can be used as an atomic_flag. Is there some
384
atomic_bool
__flag;
Completed in 31 milliseconds