Searched defs:threadNames (Results 1 – 4 of 4) sorted by relevance
29 val threadNames = mutableMapOf<String, ReferenceMatcher>() in <lambda>() constant
113 String[] threadNames, int[] cpuFrequencies, int[][] cpuTimes) throws IOException { in setupDirectory()147 String[] threadNames, int[] cpuFrequencies, int[][] cpuTimes) { in checkResults()
308 private Collection<String> threadNames( in threadNames() method in KernelCpuThreadReaderDiffTest
98 def get_filtered_threads(self, threadNames): argument