Lines Matching defs:executor_handle
299 /// This object references a member of the executor_handle that yielded this
326 /// the executor_handle object.
532 /// Internal implementation for the executor_handle.
536 struct utils::process::executor::executor_handle::impl : utils::noncopyable {
724 executor::executor_handle::executor_handle(void) throw() : _pimpl(new impl())
730 executor::executor_handle::~executor_handle(void)
739 executor::executor_handle::root_work_directory(void) const
753 executor::executor_handle::cleanup(void)
763 /// \pre This function can only be called if there is no other executor_handle
767 executor::executor_handle
770 return executor_handle();
778 executor::executor_handle::spawn_pre(void)
804 executor::executor_handle::spawn_post(
839 executor::executor_handle::spawn_followup_pre(void)
853 executor::executor_handle::spawn_followup_post(
890 executor::executor_handle::wait(const exec_handle exec_handle)
902 executor::executor_handle::wait_any(void)
918 executor::executor_handle::reap(const int pid)
934 executor::executor_handle::check_interrupt(void) const