Home
last modified time | relevance | path

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

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DAsyncSlicesBuilder.kt34 val asyncSlices = mutableListOf<AsyncSlice>() constant
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/test/kotlin/trebuchet/task/
DImportTaskTest.kt67 val inputEvent4 = process.asyncSlices.find { in <lambda>()
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt138 systemServerProc.asyncSlices.forEach { systemServerSlice -> in Model()