Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__atomic/
Datomic_flag.h29 struct atomic_flag { struct
30 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
74 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() function
79 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() function
82 atomic_flag& operator=(const atomic_flag&) = delete; argument
83 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__atomic/
Datomic_flag.h29 struct atomic_flag { struct
30 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
70 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
75 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() function
78 atomic_flag& operator=(const atomic_flag&) = delete; argument
79 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__atomic/
H A Datomic_flag.h29 struct atomic_flag { struct
30 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
70 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
75 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() argument
78 atomic_flag& operator=(const atomic_flag&) = delete; argument
79 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__atomic/
Datomic_flag.h29 struct atomic_flag { struct
30 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
70 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
75 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() argument
78 atomic_flag& operator=(const atomic_flag&) = delete; argument
79 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__atomic/
Datomic_flag.h28 struct atomic_flag { struct
29 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
71 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() argument
76 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() argument
79 atomic_flag& operator=(const atomic_flag&) = delete; argument
80 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__atomic/
Datomic_flag.h27 struct atomic_flag { struct
28 __cxx_atomic_impl<_LIBCPP_ATOMIC_FLAG_TYPE> __a_;
68 _LIBCPP_HIDE_FROM_ABI constexpr atomic_flag() _NOEXCEPT : __a_(false) {} in atomic_flag() function
73 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic_flag(bool __b) _NOEXCEPT : __a_(__b) {} // EXTENSION in atomic_flag() function
76 atomic_flag& operator=(const atomic_flag&) = delete; argument
77 atomic_flag& operator=(const atomic_flag&) volatile = delete; argument
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dstdatomic.h163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; struct
/aosp_15_r20/external/clang/lib/Headers/
H A Dstdatomic.h163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/
Datomic_flag.hpp32 typedef atomics::detail::atomic_flag_impl< false > atomic_flag; typedef
/aosp_15_r20/bionic/tests/
H A Dstdatomic_test.cpp75 TEST(stdatomic, atomic_flag) { in TEST() argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/bits/
H A Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/bits/
H A Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/bits/
H A Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_64_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/bits/
H A Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/bits/
Dstdatomic.h268 } atomic_flag; typedef

12