Lines Matching refs:executor
71 namespace executor = utils::process::executor;
214 optional< executor::exit_handle > exit_handle;
242 executor::exit_handle body_exit_handle;
260 const executor::exit_handle& body_exit_handle_, in cleanup_exec_data()
606 executor::exit_handle generic;
621 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl()
804 executor::executor_handle generic;
813 impl(void) : generic(executor::setup()) in impl()
881 const executor::exec_handle cleanup_handle = spawn_cleanup( in sync_cleanup()
899 executor::exec_handle
903 const executor::exit_handle& body_handle, in spawn_cleanup()
914 const executor::exec_handle handle = generic.spawn_followup( in spawn_cleanup()
1046 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests()
1049 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle); in list_tests()
1111 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
1143 executor::exit_handle handle = _pimpl->generic.wait_any(); in wait_any()