Lines Matching refs:original_pid
267 const int original_pid; member
337 original_pid(original_pid_), status(status_), in impl()
352 "ignoring errors!") % original_pid); in ~impl()
370 LI(F("Cleaning up exit_handle for exec_handle %s") % original_pid); in cleanup()
374 "%s owners left") % original_pid % (*state_owners - 1)); in cleanup()
386 all_exec_handles.erase(original_pid); in cleanup()
441 executor::exit_handle::original_pid(void) const in original_pid() function in executor::exit_handle
443 return _pimpl->original_pid; in original_pid()
649 post_wait(const int original_pid, const process::status& status) in post_wait()
651 PRE(original_pid == status.dead_pid()); in post_wait()
652 LI(F("Waited for subprocess with exec_handle %s") % original_pid); in post_wait()
657 original_pid); in post_wait()
694 reap(const pid_t original_pid) in reap()
697 original_pid); in reap()