Home
last modified time | relevance | path

Searched refs:test_pid (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/tests/sched/
H A Dzero_to_n_tests.c71 pid_t test_pid; in run_zn() local
72test_pid = dt_launch_tool_pipe(cmd, false, NULL, ^bool (__unused char *data, __unused size_t data_… in run_zn()
89 if (test_pid == 0) { in run_zn()
94 dt_waitpid(test_pid, &exitstatus, NULL, 0); in run_zn()
/xnu-11215/tests/vm/
H A Dvm_allocation.c202 pid_t test_pid = fork(); in child_test_passed() local
203 T_QUIET; T_ASSERT_POSIX_SUCCESS(test_pid, "fork()"); in child_test_passed()
204 if (!test_pid) { in child_test_passed()
208 while (waitpid(test_pid, &test_status, 0) != test_pid) { in child_test_passed()