Friday, January 13, 2012

The kernel scheduler

The kernel scheduler can be prevented from preempting or timeslicing the current task, by using the following pair of functions:
void task_lock (void);
void task_unlock (void);

No comments:

Post a Comment