Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutMultithreadPerfTest.java57 Thread[] threads = new Thread[numOfThreads]; in startBackgroundThread() local
89 private void finishThreads(Thread[] threads) { in finishThreads()
105 Thread[] threads = startBackgroundThread(numOfTotalThreads - 1); in runRandomTest() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java154 List<Thread> threads = new ArrayList<>(); in testKeyValue_ReadWriteConcurrency() local
194 final List<Thread> threads = new ArrayList<>(); in testKeyValue_ReadRemoveConcurrency() local
236 List<Thread> threads = new ArrayList<>(); in testKeyValue_CacheStarvedWriter() local
507 private static void joinAll(List<Thread> threads, long timeoutMillis) { in joinAll()
/frameworks/base/startop/apps/test/src/
DCPUIntensiveBenchmarks.java51 WorkerThread[] threads = new WorkerThread[threadCount]; in doSomeWork() local
/frameworks/base/apct-tests/perftests/core/src/android/os/
DParcelObtainPerfTest.java49 final ObtainThread[] threads = new ObtainThread[numThreads]; in timeContention() local
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Datomics_test.cc53 std::thread threads[16]; in TEST() local
/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp45 std::vector<std::thread> threads; in TEST() local
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority) in SoundDecoder()
/frameworks/libs/binary_translation/base/
Dmmap_pool_test.cc91 std::thread threads[kNumThreads]; in TEST_F() local
Dforever_alloc_test.cc88 pthread_t threads[kNumThreads]; in TEST() local
Dlock_free_stack_test.cc131 pthread_t threads[kNumThreads]; in TEST() local
/frameworks/native/services/vibratorservice/test/
DVibratorManagerHalWrapperAidlTest.cpp172 std::vector<std::thread> threads; in TEST_F() local
208 std::vector<std::thread> threads; in TEST_F() local
DVibratorManagerHalControllerTest.cpp220 std::vector<std::thread> threads; in TEST_F() local
/frameworks/native/services/powermanager/tests/
DPowerHalControllerTest.cpp224 std::vector<std::thread> threads; in TEST_F() local
252 std::vector<std::thread> threads; in TEST_F() local
DPowerHalWrapperAidlTest.cpp164 std::vector<std::thread> threads; in TEST_F() local
242 std::vector<std::thread> threads; in TEST_F() local
/frameworks/minikin/tests/stresstest/
DMultithreadTest.cpp92 std::vector<std::thread> threads; in TEST() local
/frameworks/libs/binary_translation/runtime_primitives/
Dtable_of_tables_test.cc50 std::thread threads[64]; in TEST() local
Dsignal_queue_test.cc154 std::array<std::thread, kStressThreads> threads; in TEST() local
/frameworks/native/libs/debugstore/rust/src/
Dstorage.rs116 let threads: Vec<_> = (0..10) in test_concurrent_insertions() localVariable
/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp170 void ARpcServer_setMaxThreads(ARpcServer* handle, size_t threads) { in ARpcServer_setMaxThreads()
269 void ARpcSession_setMaxIncomingThreads(ARpcSession* handle, size_t threads) { in ARpcSession_setMaxIncomingThreads()
/frameworks/wilhelm/tests/sandbox/
Dmultithread.c37 pthread_t threads[MAX_THREAD]; variable
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceTest.java178 final Thread[] threads = new Thread[threadCount]; in testMultithreadCacheStressTest() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicHistogram.cpp101 const uint32_t threads = mCtx->getThreadCount(); in preLaunch() local
150 uint32_t threads = mCtx->getThreadCount(); in postLaunch() local
/frameworks/native/libs/binder/tests/
DbinderHostDeviceTest.cpp169 std::vector<std::thread> threads; in TEST_F() local
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp151 std::vector<std::thread> threads; in TEST_F() local
/frameworks/base/libs/hwui/tests/unit/
DCommonPoolTests.cpp42 std::set<pid_t> threads; in TEST() local

12