Home
last modified time | relevance | path

Searched refs:child_exit (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Doperations_test.cpp114 child_exit(void) in child_exit() function
385 child_exit< 15 >); in ATF_TEST_CASE_BODY()
405 process::child::fork_capture(child_exit< 15 >); in ATF_TEST_CASE_BODY()
416 process::child::fork_capture(child_exit< 15 >); in ATF_TEST_CASE_BODY()
417 process::child::fork_capture(child_exit< 30 >); in ATF_TEST_CASE_BODY()
418 process::child::fork_capture(child_exit< 45 >); in ATF_TEST_CASE_BODY()
H A Dstatus_test.cpp54 void child_exit(void) in child_exit() function
152 const status exit_success = fork_and_wait(child_exit< EXIT_SUCCESS >); in ATF_TEST_CASE_BODY()
157 const status exit_failure = fork_and_wait(child_exit< EXIT_FAILURE >); in ATF_TEST_CASE_BODY()
H A Dexecutor_test.cpp172 class child_exit { class
180 child_exit(const int exit_code) : _exit_code(exit_code) in child_exit() function in child_exit
383 const executor::exec_handle exec_handle = do_spawn(handle, child_exit(41)); in ATF_TEST_CASE_BODY()
412 const int pid = do_spawn(handle, child_exit(id)).pid(); in ATF_TEST_CASE_BODY()
522 do_spawn(handle, child_exit(70)); in ATF_TEST_CASE_BODY()
632 do_spawn(handle, child_exit(0), datetime::delta(0, 100000)); in ATF_TEST_CASE_BODY()
657 do_spawn(handle, child_exit(15)); in ATF_TEST_CASE_BODY()
726 pids.push_back(do_spawn(handle, child_exit(10)).pid()); in ATF_TEST_CASE_BODY()
727 pids.push_back(do_spawn(handle, child_exit(20)).pid()); in ATF_TEST_CASE_BODY()
/freebsd/tests/sys/kqueue/libkqueue/
H A Dproc.c166 int child_exit = 0; in proc_track() local
204 if ((kevp->ident == (uintptr_t)pid) && (!child_exit)) { in proc_track()
205 ++child_exit; in proc_track()
233 if (child_exit && child_fork && gchild_exit && gchild_note) { in proc_track()
/freebsd/contrib/kyua/utils/
H A Dstacktrace_test.cpp117 static void child_exit(const fs::path&) UTILS_NORETURN;
122 child_exit(const fs::path& /* control_directory */) in child_exit() function
581 child_exit, datetime::delta(60, 0), none, none, none); in ATF_TEST_CASE_BODY()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c152 child_exit(void) in child_exit() function
485 child_exit(); in check_signals()
/freebsd/sbin/hastd/
H A Dhastd.c323 child_exit(void) in child_exit() function
1053 child_exit(); in check_signals()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3775 child_exit=0
3776 wait ${child} || child_exit=$?
3777 if [ $child_exit -ne 0 ]; then
3778 echo "child ${child} failed with ${child_exit}"