Home
last modified time | relevance | path

Searched refs:atomic_flag_test_and_set_explicit (Results 1 – 25 of 157) sorted by relevance

1234567

/aosp_15_r20/external/libcxx/test/std/atomics/atomics.flag/
H A Datomic_flag_test_and_set_explicit.pass.cpp27 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_relaxed) == 0); in main()
33 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_consume) == 0); in main()
39 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_acquire) == 0); in main()
45 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_release) == 0); in main()
51 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_acq_rel) == 0); in main()
57 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_seq_cst) == 0); in main()
63 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_relaxed) == 0); in main()
69 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_consume) == 0); in main()
75 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_acquire) == 0); in main()
81 assert(atomic_flag_test_and_set_explicit(&f, std::memory_order_release) == 0); in main()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.flag/
H A Datomic_flag_test_and_set_explicit.pass.cpp26 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_relaxed) == 0); in main()
32 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_consume) == 0); in main()
38 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_acquire) == 0); in main()
44 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_release) == 0); in main()
50 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_acq_rel) == 0); in main()
56 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_seq_cst) == 0); in main()
62 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_relaxed) == 0); in main()
68 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_consume) == 0); in main()
74 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_acquire) == 0); in main()
80 assert(std::atomic_flag_test_and_set_explicit(&f, std::memory_order_release) == 0); in main()
[all …]
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dstdatomic.h170 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
173 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
179 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1… macro
/aosp_15_r20/external/clang/lib/Headers/
H A Dstdatomic.h170 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
173 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
179 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1… macro
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Datomic_flag_test_and_set_explicit.c22 #undef atomic_flag_test_and_set_explicit
23 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object, in atomic_flag_test_and_set_explicit() function
/aosp_15_r20/bionic/tests/
H A Dstdatomic_test.cpp82 ASSERT_FALSE(atomic_flag_test_and_set_explicit(&f, memory_order_relaxed)); in TEST()
83 ASSERT_TRUE(atomic_flag_test_and_set_explicit(&f, memory_order_relaxed)); in TEST()
86 ASSERT_FALSE(atomic_flag_test_and_set_explicit(&f, memory_order_relaxed)); in TEST()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__atomic/
Datomic_flag.h100 atomic_flag_test_and_set_explicit(volatile atomic_flag* __o, memory_order __m) _NOEXCEPT { in atomic_flag_test_and_set_explicit() function
104 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set_explicit(atomic_flag* __o, memory_order … in atomic_flag_test_and_set_explicit() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/bits/
H A Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag * _Nonnull __object, me… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/bits/
H A Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag * _Nonnull __object, me… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/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.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__atomic/
Datomic_flag.h128 atomic_flag_test_and_set_explicit(volatile atomic_flag* __o, memory_order __m) _NOEXCEPT {
132 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set_explicit(atomic_flag* __o, memory_order …
/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.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/bits/
H A Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag * _Nonnull __object, me… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__atomic/
Datomic_flag.h124 atomic_flag_test_and_set_explicit(volatile atomic_flag* __o, memory_order __m) _NOEXCEPT {
128 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set_explicit(atomic_flag* __o, memory_order …
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_64_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/bits/
H A Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag * _Nonnull __object, me… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/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.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__atomic/
H A Datomic_flag.h124 atomic_flag_test_and_set_explicit(volatile atomic_flag* __o, memory_order __m) _NOEXCEPT {
128 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set_explicit(atomic_flag* __o, memory_order …
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/bits/
Dstdatomic.h272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, memory_order… in atomic_flag_test_and_set_explicit() function
281 return (atomic_flag_test_and_set_explicit(__object, memory_order_seq_cst)); in atomic_flag_test_and_set()

1234567