/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_fetch_sub_explicit.pass.cpp | 36 assert(std::atomic_fetch_sub_explicit(&t, T(2), in operator ()() 39 ASSERT_NOEXCEPT(std::atomic_fetch_sub_explicit(&t, 0, std::memory_order_relaxed)); in operator ()() 44 assert(std::atomic_fetch_sub_explicit(&t, T(2), in operator ()() 47 ASSERT_NOEXCEPT(std::atomic_fetch_sub_explicit(&t, 0, std::memory_order_relaxed)); in operator ()() 60 assert(std::atomic_fetch_sub_explicit(&t, 2, std::memory_order_seq_cst) == &a[2]); in testp() 61 std::atomic_fetch_sub_explicit<T>(&t, 0, std::memory_order_relaxed); in testp() 63 ASSERT_NOEXCEPT(std::atomic_fetch_sub_explicit(&t, 0, std::memory_order_relaxed)); in testp() 70 assert(std::atomic_fetch_sub_explicit(&t, 2, std::memory_order_seq_cst) == &a[2]); in testp() 71 std::atomic_fetch_sub_explicit<T>(&t, 0, std::memory_order_relaxed); in testp() 73 ASSERT_NOEXCEPT(std::atomic_fetch_sub_explicit(&t, 0, std::memory_order_relaxed)); in testp()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_fetch_sub_explicit.verify.cpp | 25 std::atomic_fetch_sub_explicit(&obj, 0, std::memory_order_relaxed); in void_pointer() 30 std::atomic_fetch_sub_explicit(&obj, 0, std::memory_order_relaxed); in void_pointer() 40 std::atomic_fetch_sub_explicit(&obj, 0, std::memory_order_relaxed); in pointer_to_incomplete_type() 45 std::atomic_fetch_sub_explicit(&obj, 0, std::memory_order_relaxed); in pointer_to_incomplete_type() 53 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in function_pointer() 58 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in function_pointer() 70 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in member_function_pointer() 75 std::atomic_fetch_sub_explicit(&fun, 0, std::memory_order_relaxed); in member_function_pointer()
|
/aosp_15_r20/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_fetch_sub_explicit.pass.cpp | 45 assert(std::atomic_fetch_sub_explicit(&t, T(2), in operator ()() 53 assert(std::atomic_fetch_sub_explicit(&t, T(2), in operator ()() 68 assert(std::atomic_fetch_sub_explicit(&t, 2, in testp() 77 assert(std::atomic_fetch_sub_explicit(&t, 2, in testp()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | stdatomic.h | 76 using std::atomic_fetch_sub_explicit; 383 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 408 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 457 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 491 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | intrinsics.h | 444 …return atomic_fetch_sub_explicit((volatile local atomic_uint*) p, (uint)1, memory_order_relaxed, m… in atomic_dec_local() 449 …return atomic_fetch_sub_explicit((volatile local atomic_int*) p, (int)1, memory_order_relaxed, mem… in atomic_dec_local() 454 …return atomic_fetch_sub_explicit((volatile local atomic_uint*) p, n, memory_order_relaxed, memory_… in atomic_sub_local() 459 …return atomic_fetch_sub_explicit( (volatile local atomic_int*) p, n, memory_order_relaxed, memory_… in atomic_sub_local() 497 …return atomic_fetch_sub_explicit( (volatile global atomic_uint*) p, (uint)1, memory_order_relaxed,… in atomic_dec_global() 512 …return atomic_fetch_sub_explicit((volatile global atomic_uint*) p, n, memory_order_relaxed, memory… in atomic_sub_global() 533 …return atomic_fetch_sub_explicit((volatile global atomic_uint*) p, (uint)1, memory_order_release, … in atomic_dec_global_release()
|
/aosp_15_r20/external/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 281 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 306 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 355 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 389 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
H A D | dynamicsizehash_concurrent.c | 319 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 333 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 341 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 460 atomic_fetch_sub_explicit(&htab->filled, 1, memory_order_relaxed); in INSERT()
|
/aosp_15_r20/bionic/tests/headers/posix/ |
H A D | stdatomic_h.c | 140 #if !defined(atomic_fetch_sub_explicit) in stdatomic_h() 141 #error atomic_fetch_sub_explicit in stdatomic_h()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/bits/ |
H A D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/bits/ |
H A D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/bits/ |
H A D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_64_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/bits/ |
H A D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv7-a-neon_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm64_armv8-a_shared/gen/include/bits/ |
D | stdatomic.h | 223 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 251 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|