Lines Matching refs:executor_handle
536 struct utils::process::executor::executor_handle::impl : utils::noncopyable {
724 executor::executor_handle::executor_handle(void) throw() : _pimpl(new impl()) in executor_handle() function in executor::executor_handle
730 executor::executor_handle::~executor_handle(void) in ~executor_handle()
739 executor::executor_handle::root_work_directory(void) const in root_work_directory()
753 executor::executor_handle::cleanup(void) in cleanup()
767 executor::executor_handle
770 return executor_handle(); in setup()
778 executor::executor_handle::spawn_pre(void) in spawn_pre()
804 executor::executor_handle::spawn_post( in spawn_post()
839 executor::executor_handle::spawn_followup_pre(void) in spawn_followup_pre()
853 executor::executor_handle::spawn_followup_post( in spawn_followup_post()
890 executor::executor_handle::wait(const exec_handle exec_handle) in wait()
902 executor::executor_handle::wait_any(void) in wait_any()
918 executor::executor_handle::reap(const int pid) in reap()
934 executor::executor_handle::check_interrupt(void) const in check_interrupt()