Rechercher une page de manuel
tracehook_init_task
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
Sommaire
NAME
tracehook_init_task - task_struct has just been copiedSYNOPSIS
- void tracehook_init_task(struct task_struct * task);
ARGUMENTS
task
- new struct task_struct just copied from parent
DESCRIPTION
Called from do_fork when task has just been duplicated. After this, task will be passed to tracehook_free_task even if the rest of its setup fails before it is fully created.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre