Home
last modified time | relevance | path

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

/third_party/libunwind/include/win/
Dfakestdatomic.h.in14 typedef uint8_t atomic_flag; typedef
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h48 typedef intptr_t atomic_flag; typedef
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h45 typedef intptr_t atomic_flag; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h49 typedef _Bool atomic_flag; typedef
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h46 typedef intptr_t atomic_flag; typedef
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h46 typedef intptr_t atomic_flag; typedef
/third_party/elfutils/lib/
Dstdatomic-fbsd.h407 } atomic_flag; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp48163 struct atomic_flag : public __atomic_flag_base struct
48172 constexpr atomic_flag(bool __i) noexcept in atomic_flag() function
48177 test_and_set(memory_order __m = memory_order_seq_cst) noexcept in test_and_set()
48183 test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept in test_and_set()
48189 clear(memory_order __m = memory_order_seq_cst) noexcept in clear()
48200 clear(memory_order __m = memory_order_seq_cst) volatile noexcept in clear()
48212 _S_init(bool __i) in _S_init()