Lines Matching refs:exec_handle
314 static executor::exec_handle
321 const executor::exec_handle exec_handle = handle.spawn< Hook >( in do_spawn() local
323 return exec_handle; in do_spawn()
383 const executor::exec_handle exec_handle = do_spawn(handle, child_exit(41)); in ATF_TEST_CASE_BODY() local
386 ATF_REQUIRE_EQ(exec_handle.pid(), exit_handle.original_pid()); in ATF_TEST_CASE_BODY()
454 const executor::exec_handle exec_handle = do_spawn(handle, child_print); in ATF_TEST_CASE_BODY() local
458 ATF_REQUIRE_EQ(exec_handle.pid(), exit_handle.original_pid()); in ATF_TEST_CASE_BODY()
485 const executor::exec_handle exec_handle = do_spawn( in ATF_TEST_CASE_BODY() local
492 ATF_REQUIRE_EQ(exec_handle.pid(), exit_handle.original_pid()); in ATF_TEST_CASE_BODY()
631 const executor::exec_handle exec_handle = in ATF_TEST_CASE_BODY() local
633 executor::exit_handle exit_handle = handle.wait(exec_handle); in ATF_TEST_CASE_BODY()
652 const executor::exec_handle exec_handle1 = in ATF_TEST_CASE_BODY()
654 const executor::exec_handle exec_handle2 = in ATF_TEST_CASE_BODY()
656 const executor::exec_handle exec_handle3 = in ATF_TEST_CASE_BODY()