Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtrace_event_analyzer.h314 static Query OtherTidIs(int thread_id) { in OtherTidIs() function
319 return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id); in OtherThreadIs()
Dtrace_event_analyzer_unittest.cc175 Query other_tid = Query::OtherTidIs(other.thread.thread_id); in TEST_F()