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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp117 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
129 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
141 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
153 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
165 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
208 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
234 fork(void (*start)(void*), const OutStream& outsb, function in namespace:atf::process
H A Dtest_helpers.hpp115 atf::process::child c = atf::process::fork(
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.hpp47 pid_t fork(void);
H A Dutils_test.cpp224 ATF_TEST_CASE_WITHOUT_HEAD(fork); variable
225 ATF_TEST_CASE_BODY(fork)
229 pid_t pid = atf::utils::fork();
331 const pid_t pid = atf::utils::fork();
344 const pid_t control = fork();
359 const pid_t control = fork();
374 const pid_t control = fork();
389 const pid_t control = fork();
404 const pid_t control = fork();
421 const pid_t control = fork();
[all...]
H A Dutils.cpp70 atf::utils::fork(void) function in class:atf::utils
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils_test.c232 ATF_TC_WITHOUT_HEAD(fork); variable
233 ATF_TC_BODY(fork, tc)
399 const pid_t control = fork();
414 const pid_t control = fork();
429 const pid_t control = fork();
444 const pid_t control = fork();
459 const pid_t control = fork();
476 const pid_t control = fork();
513 ATF_TP_ADD_TC(tp, fork);
H A Dutils.c230 const pid_t pid = fork();
232 atf_tc_fail("fork failed");
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals_test.cpp252 atf::process::fork(reset_child, atf::process::stream_inherit(),
H A Dmisc_helpers.cpp336 pid_t pid = fork();
H A Dio_test.cpp389 pid_t pid = ::fork();
H A Dtest-program.cpp655 atf::process::fork(get_metadata_child,
743 atf::process::fork(run_test_case_child,
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c401 pid = fork();
404 ns_main_earlyfatal("fork(): %s", strbuf);
410 * This would be so much simpler if fork() worked once we
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c279 T_pid = fork();
322 t_info("fork failed, errno == %d\n",
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess.c475 pid = fork();
477 err = atf_libc_error(errno, "Failed to fork");
H A Dprocess_test.c63 * issues stream-specific hooks before fork, while the child is running and
586 pid = fork();

Completed in 32 milliseconds