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

/freebsd-11-stable/lib/libsbuf/tests/
H A Dsbuf_stdio_test.c99 pid_t child_proc; local
107 child_proc = atf_utils_fork();
108 if (child_proc == 0) {
112 atf_utils_wait(child_proc, 0, test_string, "");
H A Dsbuf_core_test.c52 pid_t child_proc; local
64 child_proc = atf_utils_fork();
65 if (child_proc == 0) {
69 atf_utils_wait(child_proc, 0, test_string, "");

Completed in 153 milliseconds