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