Searched refs:OtherTidIs (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h300 static Query OtherTidIs(int thread_id) { function in class:trace_analyzer::Query
305 return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id);
H A Dtrace_event_analyzer_unittest.cc159 Query other_tid = Query::OtherTidIs(other.thread.thread_id);

Completed in 89 milliseconds