Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 51) sorted by relevance

123

/xnu-10063.141.1/tests/
H A Dsignal_exit_reason.c151 pid_t child = fork(); in __test_exit_reason_abort()
171 pid_t child = fork(); in __test_exit_reason_external_signal()
186 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken()
208 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_token()
227 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_null_token()
245 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_signal()
320 pid_t child = fork(); in __test_exit_reason_pthread_kill_self()
H A Dsigchld_return.c41 pid = fork();
60 pid_t pid = fork();
85 pid_t pid = fork();
H A Dperf_spawn_fork.c53 pid = fork(); \
65 T_DECL(fork, "fork latency") {
H A Dfd_send.c99 child = fork();
123 child = fork();
149 child = fork();
H A Dgame_mode.c226 pid_t child_pid = fork();
276 pid_t child_pid = fork();
330 pid_t child_pid = fork();
H A Dtty_hang.c84 T_ASSERT_POSIX_SUCCESS(pid = fork(), NULL); in get_new_session_and_terminal_and_fork_child_to_read()
209 T_ASSERT_POSIX_SUCCESS(pid = fork(), NULL); in run_test()
H A Dsigcont_return.c15 pid = fork();
H A Dtask_fatal_port.c33 child = fork();
H A Dpipe_read_infloop_55437634.c33 T_ASSERT_POSIX_SUCCESS(child = fork(), NULL);
H A Dfreebsd_waitpid_nohang.c42 child = fork();
H A Dtest_ptraceme.c52 pid_t child_pid = fork();
H A Dfd_aio_fsync_uaf.c62 switch ((child = fork())) {
H A Dshared_cache_reslide_test.c123 if (dladdr((const void *)fork, &info) == 0) { in build_faulting_shared_cache_address()
151 pid_t child = fork(); in induce_crash()
H A Dsubsystem_root_path_helper.c29 int pid = fork(); in main()
H A Dpac_exception_entitlement.c132 pid_t pid = fork(); in run_pac_exception_test()
H A Depoch_sync_tests.c72 pid_t pid = fork();
H A Dtask_filter_msg.c47 pid_t pid = fork();
H A Dtask_info_28439149.c35 int pid = fork();
H A Dxnu_quick_test.c72 T_ASSERT_NE(my_pid = fork(), -1, "Fork off a process");
H A Dmacho_size_63133398.c3212 T_ASSERT_NE(-1, child = fork(), NULL);
H A Dtest_note_exec.c92 pid = fork(); in run_test()
H A Dspawn_exec_failure.c101 pid_t child = fork(); in setup_child_and_wait_for_exit()
H A Dextract_right_soft_fail.c104 child_pid = fork();
H A Dexec-race-58566604.c64 pid_t child_pid = fork(); in run_test()
/xnu-10063.141.1/tests/vm/
H A Dvm_user.c30 child_pid = fork();

123