Lines Matching refs:executor_handle
534 struct utils::process::executor::executor_handle::impl : utils::noncopyable {
678 executor::executor_handle::executor_handle(void) throw() : _pimpl(new impl()) in executor_handle() function in executor::executor_handle
684 executor::executor_handle::~executor_handle(void) in ~executor_handle()
693 executor::executor_handle::root_work_directory(void) const in root_work_directory()
707 executor::executor_handle::cleanup(void) in cleanup()
721 executor::executor_handle
724 return executor_handle(); in setup()
732 executor::executor_handle::spawn_pre(void) in spawn_pre()
758 executor::executor_handle::spawn_post( in spawn_post()
789 executor::executor_handle::spawn_followup_pre(void) in spawn_followup_pre()
803 executor::executor_handle::spawn_followup_post( in spawn_followup_post()
836 executor::executor_handle::wait(const exec_handle exec_handle) in wait()
848 executor::executor_handle::wait_any(void) in wait_any()
866 executor::executor_handle::check_interrupt(void) const in check_interrupt()