HomeSort by relevance Sort by last modified time
    Searched refs:ProcessThreadID (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/test/
trace_event_analyzer.h 99 // ProcessThreadID contains a Process ID and Thread ID.
100 struct ProcessThreadID {
101 ProcessThreadID() : process_id(0), thread_id(0) {}
102 ProcessThreadID(int process_id, int thread_id)
104 bool operator< (const ProcessThreadID& rhs) const {
158 ProcessThreadID thread;
247 static Query EventThreadIs(const TraceEvent::ProcessThreadID& thread) {
318 static Query OtherThreadIs(const TraceEvent::ProcessThreadID& thread) {
382 static Query PrevThreadIs(const TraceEvent::ProcessThreadID& thread) {
454 static Query MatchThread(const TraceEvent::ProcessThreadID& thread)
    [all...]
trace_event_analyzer.cc 873 const TraceEvent::ProcessThreadID& thread) {

Completed in 54 milliseconds