Home
last modified time | relevance | path

Searched refs:par_map (Results 1 – 3 of 3) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporter.kt30 import trebuchet.util.par_map in <lambda>()
37 par_map(stream.iterLines(), ::createEventParser) { parserState, it -> in <lambda>()
/tools/trebuchet/trebuchet/analyzer/src/
DAnalyzer.kt21 import trebuchet.util.par_map in <lambda>()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt103 fun<T, U, S> par_map(iterator: Iterator<T>, threadState: () -> S, chunkSize: Int = 50, in par_map() method