Rechercher une page de manuel
schedule_work
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
schedule_work - put work task in global workqueueSYNOPSIS
- int schedule_work(struct work_struct * work);
ARGUMENTS
work
- job to be done
DESCRIPTION
Returns zero if work was already on the kernel-global workqueue and non-zero otherwise.
This puts a job in the kernel-global workqueue if it was not already queued and leaves it in the same position on the kernel-global workqueue otherwise.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre