Searched refs:EXPECT_PID_ALIVE (Results 1 – 3 of 3) sorted by relevance
133 EXPECT_PID_ALIVE(pid); in TEST()462 EXPECT_PID_ALIVE(pid_); in TEST_F()487 EXPECT_PID_ALIVE(pid_); in TEST_F()519 EXPECT_PID_ALIVE(pid_); in TEST_F()546 EXPECT_PID_ALIVE(pid_); in TEST_F()552 EXPECT_PID_ALIVE(pid_); in TEST_F()593 EXPECT_PID_ALIVE(pid); in FORK_TEST()602 EXPECT_PID_ALIVE(pid); in FORK_TEST()651 EXPECT_PID_ALIVE(pid_); in TEST_F()661 EXPECT_PID_ALIVE(pid); in TestPdkill()[all …]
734 EXPECT_PID_ALIVE(child); in ChildFunc()774 EXPECT_PID_ALIVE(firstborn); in TEST()786 EXPECT_PID_ALIVE(child); in TEST()813 EXPECT_PID_ALIVE(grandchild); in TEST()854 EXPECT_PID_ALIVE(child); in NSInit()883 EXPECT_PID_ALIVE(child); in TEST()928 EXPECT_PID_ALIVE(child); in TEST()
247 #define EXPECT_PID_ALIVE(pid) EXPECT_PID_REACHES_STATES(pid, 'R', 'S') macro