Rechercher une page de manuel
struct_hrtimer_sleeper
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
struct_hrtimer_sleeper - simple sleeper structureSYNOPSIS
-
struct hrtimer_sleeper { struct hrtimer timer; struct task_struct * task; };
MEMBERS
timer
- embedded timer structure
task
- task to wake up
DESCRIPTION
task is set to NULL, when the timer expires.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre