Searched refs:threadCount (Results 1 – 10 of 10) sorted by relevance
154 final int threadCount = 4; in testMultithreadCacheStressTest() local155 final Thread[] threads = new Thread[threadCount]; in testMultithreadCacheStressTest()156 for (int i = 0; i < threadCount; ++i) { in testMultithreadCacheStressTest()160 for (int i = 0; i < threadCount; ++i) { in testMultithreadCacheStressTest()164 for (int i = 0; i < threadCount; ++i) { in testMultithreadCacheStressTest()
81 uint32_t threadCount{0};102 if (threadCount == 0) { in getThreadUsage()106 return std::to_string(threadUsage) + "/" + std::to_string(threadCount); in getThreadUsage()
191 threadCount == other.threadCount && serverCmdline == other.serverCmdline && in operator ==()
47 uint32_t threadCount; // number of threads total member
279 info.threadCount = 20 + serverId; in getPidInfoFromId()436 .threadCount = in TEST_F()437 transport == Transport::HWBINDER ? getPidInfoFromId(id).threadCount : 0, in TEST_F()
283 pidInfo->threadCount++; in getPidInfo()741 entry->threadCount = pidInfo->threadCount; in fetchBinderizedEntry()
152 int threadCount = 0; in checkResults() local154 assertEquals(threadIds[threadCount], threadCpuUsage.threadId); in checkResults()155 assertEquals(threadNames[threadCount], threadCpuUsage.threadName); in checkResults()159 cpuTimes[threadCount][i] * 10, in checkResults()165 threadCount++; in checkResults()168 assertEquals(threadCount, threadIds.length); in checkResults()
157 bool WorkerPool::init(int threadCount) { in init() argument159 if (threadCount > 0) { in init()160 cpu = threadCount; in init()
32 bool init(int threadCount = -1);
41 TEST(DISABLED_CommonPool, threadCount) { in TEST() argument