Home
last modified time | relevance | path

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

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