Searched refs:OtherTidIs (Results 1 – 2 of 2) sorted by relevance
314 static Query OtherTidIs(int thread_id) { in OtherTidIs() function319 return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id); in OtherThreadIs()
175 Query other_tid = Query::OtherTidIs(other.thread.thread_id); in TEST_F()