Lines Matching full:hook
46 /// Functor to execute a hook in a child process.
48 /// The hook is executed after the process has been isolated per the logic in
51 template< class Hook >
54 Hook _hook;
56 /// Directory where the hook may place control files.
74 /// \param hook Function or functor to invoke in the child.
78 run_child(Hook hook,
82 _hook(hook),
105 /// \tparam Hook Type of the hook.
106 /// \param hook Function or functor to run in the subprocess.
116 template< class Hook >
119 Hook hook,
133 detail::run_child< Hook >(hook,
150 /// \tparam Hook Type of the hook.
151 /// \param hook Function or functor to run in the subprocess.
160 template< class Hook >
162 executor::executor_handle::spawn_followup(Hook hook,
169 detail::run_child< Hook >(hook,