Lines Matching refs:executor
74 namespace executor = utils::process::executor;
233 optional< executor::exit_handle > exit_handle;
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()
893 executor::executor_handle generic;
902 impl(void) : generic(executor::setup()) in impl()
1019 const executor::exec_handle cleanup_handle = spawn_cleanup( in sync_cleanup()
1037 executor::exec_handle
1041 const executor::exit_handle& body_handle, in spawn_cleanup()
1052 const executor::exec_handle handle = generic.spawn_followup( in spawn_cleanup()
1081 const executor::exec_handle cleanup_handle = spawn_execenv_cleanup( in sync_execenv_cleanup()
1097 executor::exec_handle
1100 const executor::exit_handle& body_handle, in spawn_execenv_cleanup()
1108 const executor::exec_handle handle = generic.spawn_followup( in spawn_execenv_cleanup()
1239 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests()
1242 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle); in list_tests()
1306 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
1338 executor::exit_handle handle = _pimpl->generic.wait_any(); in wait_any()