Rechercher une page de manuel
tracehook_prepare_clone
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
Sommaire
NAME
tracehook_prepare_clone - prepare for new child to be clonedSYNOPSIS
- int tracehook_prepare_clone(unsigned clone_flags);
ARGUMENTS
clone_flags
CLONE_* flags from clone/fork/vfork system call
DESCRIPTION
- This is called before a new user task is to be cloned. Its return value will be passed to tracehook_finish_clone.
Called with no locks held.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre