Searched refs:test_fork (Results 1 – 5 of 5) sorted by relevance
21 int test_fork(void) in test_fork() function42 return test_harness(test_fork, "tm_fork"); in main()
37 static void test_fork(void) in test_fork() function107 test_fork(); in bench_syscall_common()
240 static bool test_fork(void) in test_fork() function316 { "fork", test_fork },
435 static void test_fork(void) in test_fork() function506 test_fork(); in main()
839 int test_fork(void) in test_fork() function1115 CASE_TEST(fork); EXPECT_SYSZR(1, test_fork()); break; in run_syscall()