Lines Matching full:subprocess
59 /// Directory to enter when running the subprocess.
62 /// subprocess operations do not inadvertently affect our files.
65 /// User to switch to when running the subprocess.
67 /// If not none, the subprocess will be executed as the provided user and
76 /// \param work_directory Directory to enter when running the subprocess.
89 /// Body of the subprocess.
103 /// Forks and executes a subprocess asynchronously.
106 /// \param hook Function or functor to run in the subprocess.
107 /// \param timeout Maximum amount of time the subprocess can run for.
144 /// Forks and executes a subprocess asynchronously in the context of another.
147 /// thus the new subprocess spawned by this function will run with the same
151 /// \param hook Function or functor to run in the subprocess.
152 /// \param base Context of the subprocess in which to run this one. The
156 /// \param timeout Maximum amount of time the subprocess can run for.