Home
last modified time | relevance | path

Searched defs:threads (Results 201 – 225 of 1416) sorted by relevance

12345678910>>...57

/aosp_15_r20/cts/tests/tests/libsystemhealthndk/jni/
H A DNativeSystemHealthTest.cpp126 std::vector<std::thread> threads; in createThreads() local
274 auto threads = createThreads(5, stop, tids, tids_mutex); in testGetCpuHeadroomCustomTids() local
/aosp_15_r20/external/grpc-grpc/test/core/surface/
H A Dcompletion_queue_threading_test.cc92 grpc_core::Thread threads[GPR_ARRAY_SIZE(tags)]; in test_too_many_plucks() local
232 grpc_core::Thread* threads = static_cast<grpc_core::Thread*>( in test_threading() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.stoptoken/stopcallback/
H A Dcons.rvalue.token.pass.cpp96 std::vector<std::thread> threads; in main() local
138 std::vector<std::thread> threads; in main() local
H A Dcons.const.token.pass.cpp99 std::vector<std::thread> threads; in main() local
143 std::vector<std::thread> threads; in main() local
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc307 MinidumpThreadList* threads = minidump.GetThreadList(); in TEST() local
361 MinidumpThreadList* threads = minidump.GetThreadList(); in TEST() local
800 for (int threads = 0; threads < kNumberOfThreadsInHelperProgram; threads++) { in TEST() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_dump_manager_unittest.cc421 std::vector<std::unique_ptr<Thread>> threads; in TEST_F() local
601 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F() local
650 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_dump_manager_unittest.cc465 std::vector<std::unique_ptr<Thread>> threads; in TEST_F() local
653 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F() local
702 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F() local
/aosp_15_r20/system/memory/libmemunreachable/
DThreadCapture.cpp323 bool ThreadCaptureImpl::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
359 bool ThreadCapture::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dscheduler_test.cpp137 marl::containers::vector<std::thread, 32> threads; in TEST_P() local
168 marl::containers::unordered_set<std::thread::id> threads(allocator); in TEST_F() local
/aosp_15_r20/frameworks/native/services/powermanager/tests/
H A DPowerHalControllerTest.cpp224 std::vector<std::thread> threads; in TEST_F() local
252 std::vector<std::thread> threads; in TEST_F() local
H A DPowerHalWrapperAidlTest.cpp168 std::vector<std::thread> threads; in TEST_F() local
246 std::vector<std::thread> threads; in TEST_F() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dprime_self_import.c237 pthread_t *threads; in test_reimport_close_race() local
324 pthread_t *threads; in test_export_close_race() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java360 final Thread[] threads = new Thread[numThreads]; in testSupplierThreadSafe() local
450 Thread[] threads = new Thread[numThreads]; in testSynchronizedSupplierThreadSafe() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
H A DTestUtil.kt50 val threads = arrayOfNulls<Thread>(Thread.activeCount()) in shutdownDispatcherPools() constant
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java360 final Thread[] threads = new Thread[numThreads]; in testSupplierThreadSafe() local
450 Thread[] threads = new Thread[numThreads]; in testSynchronizedSupplierThreadSafe() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_image_multipass.cpp293 size_t threads[3] = {0, 0, 0}; in test_image_multipass_integer_coord() local
534 size_t threads[3] = {0, 0, 0}; in test_image_multipass_float_coord() local
/aosp_15_r20/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp89 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F() local
100 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F() local
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dbinder_server_test.cc189 std::vector<std::thread> threads(kNumThreads); in TEST_F() local
229 std::vector<std::thread> threads(kNumRequests); in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DAdaptiveAveragePooling3d.cu126 dim3 threads(32, 8); in adaptiveaveragepool_loop() local
223 dim3 threads(32, 8); in adaptiveaveragegradinput_loop() local
319 dim3 threads(32, 8); in atomicadaptiveaveragegradinput_loop() local
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dparking_lot.rs821 let mut threads = SmallVec::<[_; 8]>::new(); in unpark_all() localVariable
1032 let mut threads = SmallVec::<[_; 8]>::new(); in unpark_filter() localVariable
1409 let threads = g in graph_cycles() localVariable
1526 let mut threads = Vec::with_capacity(num_threads); in run_parking_test() localVariable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Dspinlock_test_common.cc94 std::vector<std::thread> threads; in ThreadedTest() local
241 std::vector<std::thread> threads; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dspinlock_test_common.cc94 std::vector<std::thread> threads; in ThreadedTest() local
241 std::vector<std::thread> threads; in TEST() local
/aosp_15_r20/external/regex-re2/re2/testing/
H A Ddfa_test.cc59 std::vector<std::thread> threads; in TEST() local
266 std::vector<std::thread> threads; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_tss.cpp159 boost::thread_group threads; in do_test_tss() local
255 boost::thread_group threads; in do_test_tss_void() local
/aosp_15_r20/external/XNNPACK/test/
H A Dweights-cache.cc242 std::vector<std::thread> threads; in TEST() local
276 std::vector<std::thread> threads; in TEST() local

12345678910>>...57