Searched refs:test_fork (Results 1 – 5 of 5) sorted by relevance
21 int test_fork(void) in test_fork() function 42 return test_harness(test_fork, "tm_fork"); in main()
37 static void test_fork(void) in test_fork() function 107 test_fork(); in bench_syscall_common()
240 static bool test_fork(void) in test_fork() function 378 { "fork", test_fork },
435 static void test_fork(void) in test_fork() function 506 test_fork(); in main()
885 int test_fork(enum fork_type type) in test_fork() function 1347 CASE_TEST(fork); EXPECT_SYSZR(1, test_fork(FORK_STANDARD)); break; in run_syscall() 1392 CASE_TEST(vfork); EXPECT_SYSZR(1, test_fork(FORK_VFORK)); break; in run_syscall()