Lines Matching defs:exit_handle
224 /// leftovers and form missing exit_handle.
227 /// The exit_handle for this test once it has completed.
232 optional< executor::exit_handle > exit_handle;
261 /// the correct exit_handle to the user of the scheduler.
262 executor::exit_handle body_exit_handle;
280 const executor::exit_handle& body_exit_handle_,
295 /// the correct exit_handle to the user of the scheduler.
296 executor::exit_handle body_exit_handle;
314 const executor::exit_handle& body_exit_handle_,
694 executor::exit_handle generic;
709 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) :
963 if (!test_data->exit_handle)
964 test_data->exit_handle = generic.reap(test_data->pid);
994 if (!test_data->exit_handle)
995 test_data->exit_handle = generic.reap(test_data->pid);
1020 test_data->user_config, test_data->exit_handle.get(),
1040 const executor::exit_handle& body_handle,
1082 test_data->exit_handle.get(), result);
1099 const executor::exit_handle& body_handle,
1241 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle);
1244 exit_handle.status(),
1245 exit_handle.stdout_file(),
1246 exit_handle.stderr_file());
1248 exit_handle.cleanup();
1335 executor::exit_handle handle = _pimpl->generic.wait_any();
1352 test_data->exit_handle = handle;