Lines Matching defs:exit_handle
47 /// 4) Use the returned exit_handle object by wait() or wait_any() to query
50 /// 5) Invoke cleanup() on the exit_handle to wipe any stale data.
104 /// executor::spawn() to when it is cleaned up with exit_handle::cleanup().
108 /// exec_handle objects with corresponding exit_handle objects via their
143 class exit_handle {
150 exit_handle(std::shared_ptr< impl >);
155 ~exit_handle(void);
193 exec_handle spawn_followup_post(const exit_handle&,
213 const exit_handle&,
216 exit_handle wait(const exec_handle);
217 exit_handle wait_any(void);
218 exit_handle reap(const pid_t);