Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/tm/
A Dtm-fork.c21 int test_fork(void) in test_fork() function
42 return test_harness(test_fork, "tm_fork"); in main()
/tools/perf/bench/
A Dsyscall.c37 static void test_fork(void) in test_fork() function
107 test_fork(); in bench_syscall_common()
/tools/testing/selftests/arm64/gcs/
A Dbasic-gcs.c240 static bool test_fork(void) in test_fork() function
378 { "fork", test_fork },
/tools/testing/selftests/x86/
A Damx.c435 static void test_fork(void) in test_fork() function
506 test_fork(); in main()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c885 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()

Completed in 11 milliseconds