/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_fetch_and_explicit.pass.cpp | 36 assert(std::atomic_fetch_and_explicit(&t, T(2), in operator ()() 40 ASSERT_NOEXCEPT(std::atomic_fetch_and_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()() 45 assert(std::atomic_fetch_and_explicit(&t, T(2), in operator ()() 49 ASSERT_NOEXCEPT(std::atomic_fetch_and_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | stdatomic.h | 82 using std::atomic_fetch_and_explicit; 379 #define atomic_fetch_and_explicit(object, operand, order) \ macro 404 #define atomic_fetch_and_explicit(object, operand, order) \ macro 453 #define atomic_fetch_and_explicit(object, operand, order) \ macro 487 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/external/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 277 #define atomic_fetch_and_explicit(object, operand, order) \ macro 302 #define atomic_fetch_and_explicit(object, operand, order) \ macro 351 #define atomic_fetch_and_explicit(object, operand, order) \ macro 385 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_fetch_and_explicit.pass.cpp | 35 assert(std::atomic_fetch_and_explicit(&t, T(2), in operator ()() 43 assert(std::atomic_fetch_and_explicit(&t, T(2), in operator ()()
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 333 atomic_fetch_and_explicit(&rwlock->state, ~STATE_HAVE_PENDING_READERS_FLAG, in __pthread_rwlock_timedrdlock() 400 atomic_fetch_and_explicit(&rwlock->state, ~STATE_HAVE_PENDING_WRITERS_FLAG, in __pthread_rwlock_timedwrlock() 496 old_state = atomic_fetch_and_explicit(&rwlock->state, ~STATE_OWNED_BY_WRITER_FLAG, in pthread_rwlock_unlock()
|
/aosp_15_r20/bionic/tests/headers/posix/ |
H A D | stdatomic_h.c | 128 #if !defined(atomic_fetch_and_explicit) in stdatomic_h() 129 #error atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_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 | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/bits/ |
D | stdatomic.h | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/bits/ |
D | stdatomic.h | 219 #define atomic_fetch_and_explicit(object, operand, order) \ macro 247 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|