Searched defs:GetThread (Results 1 – 2 of 2) sorted by relevance
775 Thread ReportLib::GetThread(int tid) { in GetThread() function in simpleperf::ReportLib965 Thread GetThread(ReportLib* report_lib, int tid) { in GetThread() function
660 def GetThread(self, tid: int) -> Optional[Tuple[int, int, str]]: member in ReportLib