Home
last modified time | relevance | path

Searched refs:OtherPidIs (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/test/
Dtrace_event_analyzer.h335 static Query OtherPidIs(int process_id) { in OtherPidIs() function
344 return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id); in OtherThreadIs()
Dtrace_event_analyzer_unittest.cc174 Query other_pid = Query::OtherPidIs(other.thread.process_id); in TEST_F()