Searched defs:OtherTidIs (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/test/
H A Dtrace_event_analyzer.h314 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