HomeSort by: relevance | last modified time | path
    Searched refs:atomic_flag (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
atomic_flag_clear.c 23 void atomic_flag_clear(volatile atomic_flag *object) {
atomic_flag_clear_explicit.c 23 void atomic_flag_clear_explicit(volatile atomic_flag *object,
atomic_flag_test_and_set.c 23 _Bool atomic_flag_test_and_set(volatile atomic_flag *object) {
atomic_flag_test_and_set_explicit.c 23 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-atomic-c++0x.cc 62 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
72 atomic_flag::test_and_set(memory_order) noexcept
83 atomic_flag::clear(memory_order) noexcept
98 atomic_flag* d = static_cast<atomic_flag*>(__a);
106 atomic_flag* d = static_cast<atomic_flag*>(__a);
compatibility-thread-c++0x.cc 102 atomic_flag _M_retrieved;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-atomic-c++0x.cc 63 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);
compatibility-thread-c++0x.cc 102 atomic_flag _M_retrieved;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 149 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; typedef in typeref:struct:atomic_flag
155 bool atomic_flag_test_and_set(volatile atomic_flag *);
156 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
158 _Bool atomic_flag_test_and_set(volatile atomic_flag *);
159 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
161 void atomic_flag_clear(volatile atomic_flag *);
162 void atomic_flag_clear_explicit(volatile atomic_flag *, memory_order);
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 233 } atomic_flag; typedef in typeref:struct:__anon13753
238 extern _Bool atomic_flag_test_and_set (volatile atomic_flag *);
241 extern _Bool atomic_flag_test_and_set_explicit (volatile atomic_flag *,
246 extern void atomic_flag_clear (volatile atomic_flag *);
248 extern void atomic_flag_clear_explicit (volatile atomic_flag *, memory_order);
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 225 } atomic_flag; typedef in typeref:struct:__anon16181
230 extern _Bool atomic_flag_test_and_set (volatile atomic_flag *);
233 extern _Bool atomic_flag_test_and_set_explicit (volatile atomic_flag *,
238 extern void atomic_flag_clear (volatile atomic_flag *);
240 extern void atomic_flag_clear_explicit (volatile atomic_flag *, memory_order);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 47 using std::atomic_flag;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 46 using std::atomic_flag;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
atomic_base.h 187 * Base type for atomic_flag.
189 * Base type is POD with data, allowing atomic_flag to derive from
192 * implementations of atomic_flag to use the same atomic operation
209 /// atomic_flag
210 struct atomic_flag : public __atomic_flag_base struct in inherits:__atomic_flag_base
212 atomic_flag() noexcept = default;
213 ~atomic_flag() noexcept = default;
214 atomic_flag(const atomic_flag&) = delete;
215 atomic_flag& operator=(const atomic_flag&) = delete
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
atomic_base.h 188 * Base type for atomic_flag.
190 * Base type is POD with data, allowing atomic_flag to derive from
193 * implementations of atomic_flag to use the same atomic operation
210 /// atomic_flag
211 struct atomic_flag : public __atomic_flag_base struct in inherits:__atomic_flag_base
213 atomic_flag() noexcept = default;
214 ~atomic_flag() noexcept = default;
215 atomic_flag(const atomic_flag&) = delete;
216 atomic_flag& operator=(const atomic_flag&) = delete
    [all...]
  /src/common/dist/zlib/
crc32.c 228 atomic_flag begun;
  /src/external/gpl3/binutils/dist/zlib/
crc32.c 226 atomic_flag begun;
  /src/external/gpl3/binutils.old/dist/zlib/
crc32.c 180 atomic_flag begun;
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 1092 unsigned atomic_flag : 1; member in struct:__anon13900::__anon13901
tree.h 2181 (BLOCK_CHECK (NODE)->base.u.bits.atomic_flag)
2370 #define TYPE_ATOMIC(NODE) (TYPE_CHECK (NODE)->base.u.bits.atomic_flag)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1062 unsigned atomic_flag : 1; member in struct:__anon16323::__anon16324
tree.h 2029 (BLOCK_CHECK (NODE)->base.u.bits.atomic_flag)
2215 #define TYPE_ATOMIC(NODE) (TYPE_CHECK (NODE)->base.u.bits.atomic_flag)
  /src/external/gpl3/gdb/dist/zlib/
crc32.c 180 atomic_flag begun;
  /src/external/gpl3/gdb.old/dist/zlib/
crc32.c 180 atomic_flag begun;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 5393 WB (t->base.u.bits.atomic_flag);
5594 RB (t->base.u.bits.atomic_flag);

Completed in 75 milliseconds

1 2