Searched defs:atomic_flag (Results 1 – 3 of 3) sorted by relevance
27 struct atomic_flag struct29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;72 atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument78 atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() function81 atomic_flag& operator=(const atomic_flag&) = delete; argument82 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; argument
407 } atomic_flag; typedef