Man Page: tracehook_report_vfork_done
Operating Environment: suse
Section: 9
TRACEHOOK_REPORT_VFO(9) Kernel Internals TRACEHOOK_REPORT_VFO(9)NAMEtracehook_report_vfork_done - vfork parent's child has exited or exec'dSYNOPSISvoid tracehook_report_vfork_done(struct task_struct * child, pid_t pid);ARGUMENTSchild child task, already running pid new child's PID in the parent's namespaceDESCRIPTIONCalled after a CLONE_VFORK parent has waited for the child to complete. The clone/vfork system call will return immediately after this. The child pointer may be invalid if a self-reaping child died and tracehook_report_clone took no action to prevent it from self-reaping. Called with no locks held. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_REPORT_VFO(9)
| Related Man Pages |
|---|
| vfork(2) - mojave |
| fork(2) - redhat |
| vfork(2) - bsd |
| vfork(2) - netbsd |
| vfork(2) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Cut command on RHEL 6.8 compatibility issues |
| SOCKS proxy & PAM configuration exposure |
| Docker learning Phase-I |
| 32 bit process addressing more than 4GB |