Searched refs:do_spawn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/kyua/utils/process/ |
H A D | executor_test.cpp | 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() [all …]
|