Searched defs:OtherTidIs (Results 1 - 1 of 1) sorted by relevance
/external/libchrome/base/test/ | ||
H A D | trace_event_analyzer.h | 314 static Query OtherTidIs(int thread_id) { function in class:trace_analyzer::Query 319 return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id); |
Completed in 84 milliseconds