Searched refs:SIBLING_EXIT_UNKILLED (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c298 #define SIBLING_EXIT_UNKILLED 0xbadbeef macro
791 return (void *)SIBLING_EXIT_UNKILLED;
849 ASSERT_EQ(SIBLING_EXIT_UNKILLED, (unsigned long)status);
2651 return (void *)SIBLING_EXIT_UNKILLED;
2708 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status);
2859 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status);
2861 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status);
2908 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status);
2910 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status);
2968 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (lon
[all...]

Completed in 94 milliseconds