Rechercher une page de manuel
kthread_should_stop
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
kthread_should_stop - should this kthread return now?SYNOPSIS
- int kthread_should_stop(void);
ARGUMENTS
void
- no arguments
DESCRIPTION
When someone calls kthread_stop on your kthread, it will be woken and this will return true. You should then return, and your return value will be passed through to kthread_stop.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre