Searched refs:OtherPidIs (Results 1 – 2 of 2) sorted by relevance
335 static Query OtherPidIs(int process_id) { in OtherPidIs() function344 return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id); in OtherThreadIs()
174 Query other_pid = Query::OtherPidIs(other.thread.process_id); in TEST_F()