Home
last modified time | relevance | path

Searched defs:atomic_flag (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/
Datomic_flag.h27 struct atomic_flag struct
29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
72 atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() function
78 atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() function
81 atomic_flag& operator=(const atomic_flag&) = delete; argument
82 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/external/clang/lib/Headers/
Dstdatomic.h163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; typedef
/external/elfutils/lib/
Dstdatomic-fbsd.h407 } atomic_flag; typedef