Searched refs:EXPECT_PID_ALIVE (Results 1 – 3 of 3) sorted by relevance
121 EXPECT_PID_ALIVE(pid); in TEST()446 EXPECT_PID_ALIVE(pid_); in TEST_F()471 EXPECT_PID_ALIVE(pid_); in TEST_F()485 EXPECT_PID_ALIVE(pid_); in TEST_F()512 EXPECT_PID_ALIVE(pid_); in TEST_F()518 EXPECT_PID_ALIVE(pid_); in TEST_F()559 EXPECT_PID_ALIVE(pid); in FORK_TEST()568 EXPECT_PID_ALIVE(pid); in FORK_TEST()617 EXPECT_PID_ALIVE(pid_); in TEST_F()627 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