Lines Matching refs:executor
73 namespace executor = utils::process::executor;
232 optional< executor::exit_handle > exit_handle;
262 executor::exit_handle body_exit_handle;
280 const executor::exit_handle& body_exit_handle_, in cleanup_exec_data()
296 executor::exit_handle body_exit_handle;
314 const executor::exit_handle& body_exit_handle_, in execenv_exec_data()
694 executor::exit_handle generic;
709 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl()
892 executor::executor_handle generic;
901 impl(void) : generic(executor::setup()) in impl()
1018 const executor::exec_handle cleanup_handle = spawn_cleanup( in sync_cleanup()
1036 executor::exec_handle
1040 const executor::exit_handle& body_handle, in spawn_cleanup()
1051 const executor::exec_handle handle = generic.spawn_followup( in spawn_cleanup()
1080 const executor::exec_handle cleanup_handle = spawn_execenv_cleanup( in sync_execenv_cleanup()
1096 executor::exec_handle
1099 const executor::exit_handle& body_handle, in spawn_execenv_cleanup()
1107 const executor::exec_handle handle = generic.spawn_followup( in spawn_execenv_cleanup()
1238 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests()
1241 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle); in list_tests()
1303 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
1335 executor::exit_handle handle = _pimpl->generic.wait_any(); in wait_any()