Rechercher une page de manuel
flush_work
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
flush_work - block until a work_struct's callback has terminatedSYNOPSIS
- int flush_work(struct work_struct * work);
ARGUMENTS
work
- the work which is to be flushed
DESCRIPTION
Returns false if work has already terminated.
It is expected that, prior to calling flush_work, the caller has arranged for the work to not be requeued, otherwise it doesn't make sense to use this function.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre