Searched refs:child_exit (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/kyua/utils/process/ |
H A D | operations_test.cpp | 114 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 D | status_test.cpp | 54 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 D | executor_test.cpp | 172 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 D | proc.c | 166 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 D | stacktrace_test.cpp | 117 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 D | auditdistd.c | 152 child_exit(void) in child_exit() function 485 child_exit(); in check_signals()
|
/freebsd/sbin/hastd/ |
H A D | hastd.c | 323 child_exit(void) in child_exit() function 1053 child_exit(); in check_signals()
|
/freebsd/crypto/openssh/ |
H A D | sshd.c | 327 child_exit(pid_t pid, int status) in child_exit() function 446 child_exit(pid, status); in child_reap_all_exited()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 3751 child_exit=0 3752 wait ${child} || child_exit=$? 3753 if [ $child_exit -ne 0 ]; then 3754 echo "child ${child} failed with ${child_exit}"
|