Home
last modified time | relevance | path

Searched defs:spinlock (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Dspinlock_test_common.cc82 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/
Dspinlock_test_common.cc82 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 Dspinlock_test_common.cc82 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 Dspinlock_test_common.cc82 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 Dspinlock_test_common.cc84 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 Dspinlock_test_common.cc84 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 Dspinlock_test_common.cc84 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/
Datomic_arm.go24 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 Dspinlock.h6 struct spinlock { struct
10 extern void spin_lock(struct spinlock *lock); argument
/aosp_15_r20/external/arm-trusted-firmware/include/lib/
H A Dspinlock.h14 typedef struct spinlock { struct
16 } spinlock_t; argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dspinlock_benchmark.cc35 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 Dspinlock_benchmark.cc35 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 Dspinlock_benchmark.cc35 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/
Dspinlock.h14 typedef struct spinlock { struct
16 } spinlock_t; argument
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dshared_ring_buffer.h134 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 D1-1.c27 static pthread_spinlock_t spinlock; variable
H A D3-1.c32 static pthread_spinlock_t spinlock; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
H A D4-1.c28 pthread_spinlock_t spinlock; in main() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
H A D1-1.c29 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/
Dspinlock_benchmark.cc34 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 D3-2.c44 pthread_spinlock_t spinlock; in main() local
H A D3-1.c37 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 Dspinlock_benchmark.cc34 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 Dspinlock_benchmark.cc34 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 Dspinlock_benchmark.cc34 static auto* spinlock = new absl::base_internal::SpinLock(scheduling_mode); in BM_SpinLock() local

123