Searched refs:threads (Results 1 – 17 of 17) sorted by relevance
77 assertEquals(1, process.threads.size) in testImportBeginEnd()78 val thread = process.threads.first() in testImportBeginEnd()113 assertEquals(1, process.threads.size) in testImportBeginEndNoTgids()114 val thread = process.threads.first() in testImportBeginEndNoTgids()137 assertEquals(3, p.threads.size) in testCounters()138 assertTrue(p.threads.any { it.id == 3691 }) in testCounters()139 assertTrue(p.threads.any { it.id == 4931 }) in testCounters()140 assertTrue(p.threads.any { it.id == 4932 }) in testCounters()174 assertEquals(1, p.threads.size) in testKernel515Changes()
180 threads = []182 threads.append(188 for thread in threads:191 for thread in threads:364 threads = []366 threads.append(372 for thread in threads:375 for thread in threads:
25 val threads: List<ThreadModel> constant33 fragment.threads.forEach { in <lambda>()37 threads = threadBuilder40 … hasContent = counters.isNotEmpty() || asyncSlices.isNotEmpty() || threads.any { it.hasContent } in <lambda>()
114 threads = []122 threads.append(thread)124 for t in threads:141 threads = []152 threads.append(thread)154 for t in threads:
96 for (thread in this.threads) { in ProcessModel()114 threads. in findProcess()145 …val firstSliceTime = newProc.threads.map { it.slices.firstOrNull()?.startTime ?: Double.POSITIVE_I… in Model()148 newProc.threads.first().schedSlices.forEach schedLoop@ { schedSlice -> in Model()168 newProc.threads.first().traverseSlices(object : SliceTraverser { in Model()
135 this.threads.forEach { thread -> in ProcessModel()187 this.threads.forEach { it.traverseSlices(visitor) } in ProcessModel()230 this.threads.forEach { it.iterSlices(consumer) } in ProcessModel()415 process.threads.forEach { thread -> in slices()
26 it.threads.forEach { in firstOrNull()
132 threads = []137 threads.append(t)141 for t in threads:
129 threads = []133 threads.append(thread)135 for t in threads:
1613 threads = []1618 threads.append(thread)1620 for t in threads:
31 it.threads.forEach { in autoCloseOpenSlices()
38 val threads: Collection<ThreadModelFragment> get() = _threads.values in <lambda>() constant
33 process.threads.forEach { in <lambda>()
39 val rtThread = process.threads.first { it.name == "RenderThread" } in measureStartup()
598 threads = []602 threads.append(thread)604 for t in threads:
26 # Maximum number of threads
458 // call from multiple threads concurrently, while non-const methods continue