Home
last modified time | relevance | path

Searched refs:grand_child (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Dscoped_abstract_unix_test.c440 pid_t grand_child; in TEST_F() local
450 grand_child = fork(); in TEST_F()
451 ASSERT_LE(0, grand_child); in TEST_F()
452 if (grand_child == 0) { in TEST_F()
545 ASSERT_EQ(grand_child, waitpid(grand_child, &status, 0)); in TEST_F()