Searched refs:our_pid (Results 1 – 1 of 1) sorted by relevance
62 auto our_pid = std::to_string(getpid()); in TEST() local63 EXPECT_NE(our_pid, pids[0]); in TEST()64 EXPECT_EQ(our_pid, pids[1]); in TEST()