Searched refs:threadInstructions (Results 1 – 1 of 1) sorted by relevance
84 val threadInstructions = (0 until threadCount).map { i -> lines.map { it[i].trim() } } in <lambda>() constant87 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>()