Lines Matching refs:do_spawn
315 do_spawn(executor::executor_handle& handle, Hook hook, in do_spawn() function
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()
454 const executor::exec_handle exec_handle = do_spawn(handle, child_print); in ATF_TEST_CASE_BODY()
485 const executor::exec_handle exec_handle = do_spawn( in ATF_TEST_CASE_BODY()
522 do_spawn(handle, child_exit(70)); in ATF_TEST_CASE_BODY()
542 do_spawn(handle, child_create_cookie("cookie.12345")); in ATF_TEST_CASE_BODY()
632 do_spawn(handle, child_exit(0), datetime::delta(0, 100000)); in ATF_TEST_CASE_BODY()
653 do_spawn(handle, child_sleep(30), datetime::delta(2, 0)); in ATF_TEST_CASE_BODY()
655 do_spawn(handle, child_sleep(40), datetime::delta(5, 0)); in ATF_TEST_CASE_BODY()
657 do_spawn(handle, child_exit(15)); in ATF_TEST_CASE_BODY()
705 do_spawn(handle, child_dump_unprivileged_user, 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()
732 pids.push_back(do_spawn(handle, child_pause).pid()); in ATF_TEST_CASE_BODY()
782 do_spawn(handle, child_pause); in do_signal_handling_test()
864 do_spawn(handle, child_validate_isolation); in ATF_TEST_CASE_BODY()
880 do_spawn(handle, child_spawn_blocking_child); in ATF_TEST_CASE_BODY()
906 do_spawn(handle, child_delete_all); in ATF_TEST_CASE_BODY()