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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c225 pid_t test_pid = fork(); local
226 die(test_pid == -1, "fork()");
227 if (!test_pid) {
231 while (waitpid(test_pid, &test_status, 0) != test_pid) {

Completed in 20 milliseconds