Lines Matching +full:run +full:- +full:control
56 /// Directory where the hook may place control files.
68 /// the control and work directories will be writable by this user.
75 /// \param control_directory Directory where control files can be placed.
106 /// \param hook Function or functor to run in the subprocess.
107 /// \param timeout Maximum amount of time the subprocess can run for.
146 /// By context we understand the on-disk state of a previously-executed process,
147 /// thus the new subprocess spawned by this function will run with the same
148 /// control and work directories as another process.
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
155 /// the on-disk state.
156 /// \param timeout Maximum amount of time the subprocess can run for.