Searched refs:SIBLING_EXIT_UNKILLED (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 78 #define SIBLING_EXIT_UNKILLED 0xbadbeef macro 1137 return (void *)SIBLING_EXIT_UNKILLED; 1183 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); 1248 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); 1250 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); 1298 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status);
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 98 #define SIBLING_EXIT_UNKILLED 0xbadbeef macro 1750 return (void *)SIBLING_EXIT_UNKILLED; in tsync_sibling() 1808 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F() 1964 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F() 1967 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F() 2025 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 233 #define SIBLING_EXIT_UNKILLED 0xbadbeef macro 693 return (void *)SIBLING_EXIT_UNKILLED; in kill_thread() 741 ASSERT_EQ(SIBLING_EXIT_UNKILLED, (unsigned long)status); in kill_thread_or_group() 2458 return (void *)SIBLING_EXIT_UNKILLED; in tsync_sibling() 2515 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F() 2666 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F() 2668 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F() 2726 EXPECT_EQ(SIBLING_EXIT_UNKILLED, (long)status); in TEST_F()
|