Rechercher une page de manuel
execute_in_process_context
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
execute_in_process_context - reliably execute the routine with user contextSYNOPSIS
- int execute_in_process_context(work_func_t fn, struct execute_work * ew);
ARGUMENTS
fn
- the function to execute
ew
- guaranteed storage for the execute work structure (must be available when the work executes)
DESCRIPTION
Executes the function immediately if process context is available, otherwise schedules the function for delayed execution.
RETURNS
0 - function was executed 1 - function was scheduled for execution
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre