Searched defs:threadInfo (Results 1 – 3 of 3) sorted by relevance
56 String[] threadInfo = line.split("\t", 2); in CheckTraceFileFormat() local57 threadIdMap.put(Integer.decode(threadInfo[0]), threadInfo[1]); in CheckTraceFileFormat() local
143 String threadInfo = readString(headerLength); in ProcessThreadInfoEntry() local
464 Object[] threadInfo = getThreadInfo(t); in printThreadInfo() local