Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/include/__atomic/
Datomic_flag.h28 struct atomic_flag { struct
29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
71 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
76 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() argument
79 atomic_flag& operator=(const atomic_flag&) = delete; argument
80 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__atomic/
Datomic_flag.h28 struct atomic_flag { struct
29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
73 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
78 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR 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/cronet/tot/third_party/libc++/src/include/__atomic/
Datomic_flag.h28 struct atomic_flag { struct
29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
71 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
76 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() argument
79 atomic_flag& operator=(const atomic_flag&) = delete; argument
80 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__atomic/
Datomic_flag.h28 struct atomic_flag { struct
29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
73 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
78 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() argument
81 atomic_flag& operator=(const atomic_flag&) = delete; argument
82 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/
Datomic_flag.hpp32 typedef atomics::detail::atomic_flag_impl< false > atomic_flag; typedef
/external/clang/lib/Headers/
Dstdatomic.h163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; struct
/external/elfutils/lib/
Dstdatomic-fbsd.h407 } atomic_flag; typedef