OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_flag
(Results
1 - 9
of
9
) sorted by relevancy
/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);
/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);
/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/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/gcc/
tree-core.h
1092
unsigned
atomic_flag
: 1;
member in struct:__anon13900::__anon13901
/src/external/gpl3/gcc.old/dist/gcc/
tree-core.h
1062
unsigned
atomic_flag
: 1;
member in struct:__anon16323::__anon16324
Completed in 31 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026