/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/ |
H A D | spinlock_test_common.cc | 82 static void TestFunction(uint32_t thread_salt, SpinLock* spinlock) { in TestFunction() 93 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 114 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 200 SpinLock spinlock; in TEST() local 205 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 210 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | spinlock_test_common.cc | 82 static void TestFunction(uint32_t thread_salt, SpinLock* spinlock) { in TestFunction() 93 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 114 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 200 SpinLock spinlock; in TEST() local 205 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 210 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/ |
H A D | spinlock_test_common.cc | 82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction() 93 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 113 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 199 SpinLock spinlock; in TEST() local 204 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 209 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/ |
H A D | spinlock_test_common.cc | 82 static void TestFunction(uint32_t thread_salt, SpinLock* spinlock) { in TestFunction() 93 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 114 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 200 SpinLock spinlock; in TEST() local 205 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 210 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | spinlock_test_common.cc | 84 static void TestFunction(uint32_t thread_salt, SpinLock* spinlock) { in TestFunction() 95 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 116 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 202 SpinLock spinlock; in TEST() local 207 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 212 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | spinlock_test_common.cc | 84 static void TestFunction(uint32_t thread_salt, SpinLock* spinlock) { in TestFunction() 95 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 116 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 202 SpinLock spinlock; in TEST() local 207 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 212 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | spinlock_test_common.cc | 84 static void TestFunction(uint32_t thread_salt, SpinLock* spinlock) { in TestFunction() 95 static void ThreadedTest(SpinLock* spinlock) { in ThreadedTest() 116 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local 202 SpinLock spinlock; in TEST() local 207 SpinLock spinlock(base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL); in TEST() local 212 SpinLock spinlock(base_internal::SCHEDULE_KERNEL_ONLY); in TEST() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/ |
D | atomic_arm.go | 24 type spinlock struct { struct 25 v uint32 29 func (l *spinlock) lock() { 38 func (l *spinlock) unlock() {
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/aarch64/ |
H A D | spinlock.h | 6 struct spinlock { struct 10 extern void spin_lock(struct spinlock *lock); argument
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/ |
H A D | spinlock.h | 14 typedef struct spinlock { struct 16 } spinlock_t; argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | spinlock_benchmark.cc | 35 static absl::NoDestructor<absl::base_internal::SpinLock> spinlock( in BM_TryLock() local 50 static absl::NoDestructor<absl::base_internal::SpinLock> spinlock( in BM_SpinLock() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | spinlock_benchmark.cc | 35 static absl::NoDestructor<absl::base_internal::SpinLock> spinlock( in BM_TryLock() local 50 static absl::NoDestructor<absl::base_internal::SpinLock> spinlock( in BM_SpinLock() local
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | spinlock_benchmark.cc | 35 static absl::NoDestructor<absl::base_internal::SpinLock> spinlock( in BM_TryLock() local 50 static absl::NoDestructor<absl::base_internal::SpinLock> spinlock( in BM_SpinLock() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/ |
D | spinlock.h | 14 typedef struct spinlock { struct 16 } spinlock_t; argument
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | shared_ring_buffer.h | 134 Stats GetStats(ScopedSpinlock& spinlock) { in GetStats() 189 alignas(8) Spinlock spinlock; member
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/ |
H A D | 1-1.c | 27 static pthread_spinlock_t spinlock; variable
|
H A D | 3-1.c | 32 static pthread_spinlock_t spinlock; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/ |
H A D | 4-1.c | 28 pthread_spinlock_t spinlock; in main() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
H A D | 1-1.c | 29 static pthread_spinlock_t spinlock; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock_benchmark.cc | 34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
H A D | 3-2.c | 44 pthread_spinlock_t spinlock; in main() local
|
H A D | 3-1.c | 37 pthread_spinlock_t spinlock; in main() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | spinlock_benchmark.cc | 34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | spinlock_benchmark.cc | 34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | spinlock_benchmark.cc | 34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local
|