Home
last modified time | relevance | path

Searched refs:atomic_flag (Results 1 – 25 of 45) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
A Dcompatibility-thread-c++0x.cc97 atomic_flag _M_retrieved;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
A Dcompatibility-thread-c++0x.cc97 atomic_flag _M_retrieved;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
A Dcompatibility-thread-c++0x.cc97 atomic_flag _M_retrieved;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
A Dcompatibility-thread-c++0x.cc98 atomic_flag _M_retrieved;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
A Dcompatibility-thread-c++0x.cc98 atomic_flag _M_retrieved;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set()
84 atomic_flag::clear(memory_order) noexcept in clear()
99 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_test_and_set_explicit()
107 atomic_flag* d = static_cast<atomic_flag*>(__a); in atomic_flag_clear_explicit()
A Dcompatibility-thread-c++0x.cc98 atomic_flag _M_retrieved;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Datomic_base.h160 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
162 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
163 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
164 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
165 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
166 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
169 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Datomic_base.h160 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
162 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
163 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
164 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
165 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
166 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
169 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Datomic_base.h160 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
162 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
163 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
164 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
165 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
166 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
169 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Datomic_base.h160 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
162 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
163 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
164 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
165 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
166 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
169 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Datomic_base.h179 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
181 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
182 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
183 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
184 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
185 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
188 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Datomic_base.h275 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
277 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
278 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
279 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
280 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
281 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
284 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Datomic_base.h186 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
188 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
189 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
190 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
191 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
192 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
195 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Datomic_base.h189 struct atomic_flag : public __atomic_flag_base in _GLIBCXX_VISIBILITY()
191 atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
192 ~atomic_flag() noexcept = default; in _GLIBCXX_VISIBILITY()
193 atomic_flag(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
194 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY()
195 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY()
198 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Datomic768 // Function definitions, atomic_flag operations.
770 atomic_flag_test_and_set_explicit(atomic_flag* __a,
775 atomic_flag_test_and_set_explicit(volatile atomic_flag* __a,
780 atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
784 atomic_flag_clear_explicit(volatile atomic_flag* __a,
789 atomic_flag_test_and_set(atomic_flag* __a) noexcept
793 atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
797 atomic_flag_clear(atomic_flag* __a) noexcept
801 atomic_flag_clear(volatile atomic_flag* __a) noexcept
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Datomic894 // Function definitions, atomic_flag operations.
896 atomic_flag_test_and_set_explicit(atomic_flag* __a,
901 atomic_flag_test_and_set_explicit(volatile atomic_flag* __a,
906 atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
910 atomic_flag_clear_explicit(volatile atomic_flag* __a,
915 atomic_flag_test_and_set(atomic_flag* __a) noexcept
919 atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
923 atomic_flag_clear(atomic_flag* __a) noexcept
927 atomic_flag_clear(volatile atomic_flag* __a) noexcept
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Datomic894 // Function definitions, atomic_flag operations.
896 atomic_flag_test_and_set_explicit(atomic_flag* __a,
901 atomic_flag_test_and_set_explicit(volatile atomic_flag* __a,
906 atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
910 atomic_flag_clear_explicit(volatile atomic_flag* __a,
915 atomic_flag_test_and_set(atomic_flag* __a) noexcept
919 atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
923 atomic_flag_clear(atomic_flag* __a) noexcept
927 atomic_flag_clear(volatile atomic_flag* __a) noexcept

Completed in 116 milliseconds

12