Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A 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
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A 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()
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp75 std::map<pid_t, ThreadInfo> threads; in engrave_tombstone_ucontext() local
126 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
H A Dtombstone_proto.cpp463 auto& threads = *tombstone->mutable_threads(); in dump_thread() local
620 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone_proto()
H A Dtombstone_proto_to_text.cpp522 const auto& threads = tombstone.threads(); in tombstone_proto_to_text() local
/aosp14/system/core/init/
H A Dueventd_test.cpp55 std::vector<std::thread> threads; in WriteFromMultipleThreads() local
186 std::vector<std::thread> threads; in TEST() local
/aosp14/frameworks/base/startop/apps/test/src/
H A DCPUIntensiveBenchmarks.java51 WorkerThread[] threads = new WorkerThread[threadCount]; in doSomeWork() local
/aosp14/system/core/libutils/
H A DProcessCallStack_fuzz.cpp36 std::vector<std::thread> threads = std::vector<std::thread>(); in spawnThreads() local
H A DRefBase_fuzz.cpp171 std::vector<std::thread> threads = std::vector<std::thread>(); in spawnThreads() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelObtainPerfTest.java49 final ObtainThread[] threads = new ObtainThread[numThreads]; in timeContention() local
/aosp14/frameworks/base/media/jni/soundpool/
H A DSoundDecoder.cpp32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads) in SoundDecoder()
H A DStreamManager.h122 std::list<std::unique_ptr<JavaThread>> threads; in quit() local
H A DStreamManager.cpp109 int32_t streams, size_t threads, const audio_attributes_t& attributes, in StreamManager()
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp60 std::vector<std::thread> threads; in TEST() local
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java178 final Thread[] threads = new Thread[threadCount]; in testMultithreadCacheStressTest() local
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_verify.cpp189 std::vector<std::future<bool>> threads; in VerifyPartition() local
H A Dsnapuserd_core.cpp309 std::vector<std::future<bool>> threads; in Start() local
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCommonPoolTests.cpp42 std::set<pid_t> threads; in TEST() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/jni/
H A DBench.cpp125 int threads = useMT ? 1 : 0; in runPowerManagementTest() local
/aosp14/frameworks/base/media/jni/soundpool/tests/
H A Dsoundpool_stress.cpp289 std::vector<std::future<void>> threads(threadCount); in main() local
/aosp14/system/core/debuggerd/
H A Dcrash_dump.cpp480 std::set<pid_t> threads; in main() local
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java42 Vector threads = new Vector(); field in TestWebServer
/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp476 std::vector<std::thread> threads; in LoadModulesParallel() local
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd.cpp759 std::vector<std::future<bool>> threads; in Start() local
/aosp14/system/core/libsync/tests/
H A Dsync_test.cpp557 vector<thread> threads; in TEST_P() local

12