/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | stdatomic.h | 169 bool atomic_flag_test_and_set(volatile atomic_flag *); 172 _Bool atomic_flag_test_and_set(volatile atomic_flag *); 178 #define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_C… macro
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | stdatomic.h | 169 bool atomic_flag_test_and_set(volatile atomic_flag *); 172 _Bool atomic_flag_test_and_set(volatile atomic_flag *); 178 #define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_C… macro
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | atomic_flag_test_and_set.c | 22 #undef atomic_flag_test_and_set 23 _Bool atomic_flag_test_and_set(volatile atomic_flag *object) { in atomic_flag_test_and_set() function
|
/aosp_15_r20/external/libcxx/test/std/atomics/atomics.flag/ |
H A D | atomic_flag_test_and_set.pass.cpp | 27 assert(atomic_flag_test_and_set(&f) == 0); in main() 33 assert(atomic_flag_test_and_set(&f) == 0); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.flag/ |
H A D | atomic_flag_test_and_set.pass.cpp | 26 assert(std::atomic_flag_test_and_set(&f) == 0); in main() 32 assert(std::atomic_flag_test_and_set(&f) == 0); in main()
|
/aosp_15_r20/bionic/tests/ |
H A D | stdatomic_test.cpp | 47 ASSERT_FALSE(atomic_flag_test_and_set(&f)); in TEST() 77 ASSERT_FALSE(atomic_flag_test_and_set(&f)); in TEST() 78 ASSERT_TRUE(atomic_flag_test_and_set(&f)); in TEST()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__atomic/ |
D | atomic_flag.h | 93 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { in atomic_flag_test_and_set() function 97 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o… in atomic_flag_test_and_set() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__atomic/ |
D | atomic_flag.h | 121 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { 125 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__atomic/ |
D | atomic_flag.h | 117 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { 121 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o…
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__atomic/ |
H A D | atomic_flag.h | 117 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { 121 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__atomic/ |
D | atomic_flag.h | 117 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { 121 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__atomic/ |
D | atomic_flag.h | 118 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { 122 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o…
|
/aosp_15_r20/external/compiler-rt/make/platform/ |
H A D | darwin_bni.mk | 52 atomic_flag_test_and_set atomic_flag_test_and_set_explicit \ 133 atomic_flag_test_and_set \
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | atomic-ops.c | 260 _Bool old_val = atomic_flag_test_and_set(&guard); in f() 263 old_val = (atomic_flag_test_and_set)(&guard); in f() 267 …atomic_flag_test_and_set(&const_guard); // expected-error {{address argument to atomic operation m… in f()
|
/aosp_15_r20/external/compiler-rt/lib/builtins/macho_embedded/ |
H A D | common.txt | 88 atomic_flag_test_and_set
|
/aosp_15_r20/external/compiler-rt/lib/builtins/Darwin-excludes/ |
H A D | 10.4.txt | 17 atomic_flag_test_and_set
|
/aosp_15_r20/bionic/tests/headers/posix/ |
H A D | stdatomic_h.c | 170 FUNCTION(atomic_flag_test_and_set, bool (*f)(volatile atomic_flag*)); in stdatomic_h()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/ |
D | stdatomic.h | 212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/ |
H A D | stdatomic.h | 212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/ |
D | stdatomic.h | 212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/ |
D | stdatomic.h | 212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | stdatomic.h | 212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/ |
D | stdatomic.h | 220 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/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 | 280 static __inline bool atomic_flag_test_and_set(volatile atomic_flag *__object) { in atomic_flag_test_and_set() function
|
/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 | 280 static __inline bool atomic_flag_test_and_set(volatile atomic_flag *__object) { in atomic_flag_test_and_set() function
|