Home
last modified time | relevance | path

Searched refs:asyncSlices (Results 1 – 5 of 5) sorted by relevance

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DProcessModel.kt27 val asyncSlices: List<AsyncSlice> constant
39 asyncSlices = fragment.asyncSlices
40 … hasContent = counters.isNotEmpty() || asyncSlices.isNotEmpty() || threads.any { it.hasContent } in <lambda>()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DAsyncSlicesBuilder.kt34 val asyncSlices = mutableListOf<AsyncSlice>() constant in trebuchet.model.fragments.AsyncSlicesBuilder
50 asyncSlices.add(slice) in closeAsyncSlice()
58 asyncSlices.add(slice) in autoCloseOpenSlices()
DProcessModelFragment.kt41 val asyncSlices: List<AsyncSlice> get() { in <lambda>() constant
45 return asyncSlicesBuilder.asyncSlices in <lambda>()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt128 this.asyncSlices.forEach { in ProcessModel()
182 this.asyncSlices.forEach { in ProcessModel()
229 this.asyncSlices.forEach { consumer(it) } in ProcessModel()
413 yieldAll(process.asyncSlices) in slices()
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt138 systemServerProc.asyncSlices.forEach { systemServerSlice -> in Model()