Rechercher une page de manuel
tracehook_report_vfork_done
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
Sommaire
NAME
tracehook_report_vfork_done - vfork parent's child has exited or exec'dSYNOPSIS
- void tracehook_report_vfork_done(struct task_struct * child, pid_t pid);
ARGUMENTS
child
- child task, already running
pid
- new child's PID in the parent's namespace
DESCRIPTION
Called 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.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre