Searched refs:atomic_flag (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr61756.c8 static volatile atomic_flag guard = ATOMIC_FLAG_INIT;
H A Dc11-stdatomic-1.c54 atomic_flag af = ATOMIC_FLAG_INIT;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/
H A Daggregate.cc26 std::atomic_flag guard __attribute__((unused)) = ATOMIC_FLAG_INIT;
H A Ddefault.cc25 std::atomic_flag a __attribute__((unused));
H A D1.cc26 atomic_flag af __attribute__((unused)) = ATOMIC_FLAG_INIT;
H A D56012.cc25 atomic_flag af __attribute__((unused)) = ATOMIC_FLAG_INIT;
H A Dcopy_neg.cc26 typedef std::atomic_flag test_type;
H A Dassign_neg.cc26 typedef std::atomic_flag test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/
H A Dimplicit.cc26 atomic_flag af = ATOMIC_FLAG_INIT;
H A Dexplicit.cc26 atomic_flag af = ATOMIC_FLAG_INIT;
H A Dexplicit-hle.cc33 atomic_flag af = ATOMIC_FLAG_INIT;
76 volatile atomic_flag vaf = ATOMIC_FLAG_INIT;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/
H A Dstandard_layout.cc27 test.operator()<std::atomic_flag>();
H A Dtrivial.cc27 test.operator()<std::atomic_flag>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/
H A D1.cc27 std::atomic_flag f = ATOMIC_FLAG_INIT;
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcompatibility-atomic-c++0x.cc63 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
73 atomic_flag::test_and_set(memory_order) noexcept
84 atomic_flag::clear(memory_order) noexcept
99 atomic_flag* d = static_cast<atomic_flag*>(__a);
107 atomic_flag* d = static_cast<atomic_flag*>(__a);
H A Dcompatibility-thread-c++0x.cc97 atomic_flag _M_retrieved;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/headers/atomic/
H A Dtypes_std_c++0x_neg.cc34 using atomic_flag;
H A Dtypes_std_c++0x.cc33 using std::atomic_flag;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/atomic/
H A Dstdatomic-flag.c1 /* Test atomic_flag routines for existence and execution. */
9 atomic_flag a = ATOMIC_FLAG_INIT;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Datomic_base.h139 * @brief Base type for atomic_flag.
141 * Base type is POD with data, allowing atomic_flag to derive from
144 * implementations of atomic_flag to use the same atomic operation
159 /// atomic_flag
160 struct atomic_flag : public __atomic_flag_base struct in inherits:__atomic_flag_base
162 atomic_flag() noexcept = default;
163 ~atomic_flag() noexcept = default;
164 atomic_flag(const atomic_flag&) = delete;
165 atomic_flag
[all...]
/haiku-buildtools/gcc/gcc/ginclude/
H A Dstdatomic.h225 } atomic_flag; typedef in typeref:struct:__anon766
/haiku-buildtools/gcc/gcc/
H A Dtree-core.h828 unsigned atomic_flag : 1; member in struct:__anon1900::__anon1901
H A Dtree.h1738 #define TYPE_ATOMIC(NODE) (TYPE_CHECK (NODE)->base.u.bits.atomic_flag)

Completed in 126 milliseconds