Lines Matching refs:executor_handle
534 struct utils::process::executor::executor_handle::impl : utils::noncopyable {
706 executor::executor_handle::executor_handle(void) throw() : _pimpl(new impl()) in executor_handle() function in executor::executor_handle
712 executor::executor_handle::~executor_handle(void) in ~executor_handle()
721 executor::executor_handle::root_work_directory(void) const in root_work_directory()
735 executor::executor_handle::cleanup(void) in cleanup()
749 executor::executor_handle
752 return executor_handle(); in setup()
760 executor::executor_handle::spawn_pre(void) in spawn_pre()
786 executor::executor_handle::spawn_post( in spawn_post()
817 executor::executor_handle::spawn_followup_pre(void) in spawn_followup_pre()
831 executor::executor_handle::spawn_followup_post( in spawn_followup_post()
864 executor::executor_handle::wait(const exec_handle exec_handle) in wait()
876 executor::executor_handle::wait_any(void) in wait_any()
892 executor::executor_handle::reap(const int pid) in reap()
908 executor::executor_handle::check_interrupt(void) const in check_interrupt()