Lines Matching refs:exit_handle
233 optional< executor::exit_handle > exit_handle; member
263 executor::exit_handle body_exit_handle;
281 const executor::exit_handle& body_exit_handle_, in cleanup_exec_data()
297 executor::exit_handle body_exit_handle;
315 const executor::exit_handle& body_exit_handle_, in execenv_exec_data()
695 executor::exit_handle generic;
710 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl()
964 if (!test_data->exit_handle) in tests_needing_cleanup()
965 test_data->exit_handle = generic.reap(test_data->pid); in tests_needing_cleanup()
995 if (!test_data->exit_handle) in tests_needing_execenv_cleanup()
996 test_data->exit_handle = generic.reap(test_data->pid); in tests_needing_execenv_cleanup()
1021 test_data->user_config, test_data->exit_handle.get(), in sync_cleanup()
1041 const executor::exit_handle& body_handle, in spawn_cleanup()
1083 test_data->exit_handle.get(), result); in sync_execenv_cleanup()
1100 const executor::exit_handle& body_handle, in spawn_execenv_cleanup()
1242 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle); in list_tests() local
1245 exit_handle.status(), in list_tests()
1246 exit_handle.stdout_file(), in list_tests()
1247 exit_handle.stderr_file()); in list_tests()
1249 exit_handle.cleanup(); in list_tests()
1336 executor::exit_handle handle = _pimpl->generic.wait_any(); in wait_any()
1353 test_data->exit_handle = handle; in wait_any()