Searched refs:ProcessThreadID (Results 1 – 2 of 2) sorted by relevance
117 struct ProcessThreadID { struct118 ProcessThreadID() : process_id(0), thread_id(0) {} in ProcessThreadID() function119 ProcessThreadID(int process_id, int thread_id) in ProcessThreadID() function121 bool operator< (const ProcessThreadID& rhs) const {175 ProcessThreadID thread;272 static Query EventThreadIs(const TraceEvent::ProcessThreadID& thread) { in EventThreadIs()343 static Query OtherThreadIs(const TraceEvent::ProcessThreadID& thread) { in OtherThreadIs()407 static Query PrevThreadIs(const TraceEvent::ProcessThreadID& thread) { in PrevThreadIs()479 static Query MatchThread(const TraceEvent::ProcessThreadID& thread) { in MatchThread()753 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);[all …]
887 const TraceEvent::ProcessThreadID& thread) { in GetThreadName()