Pages
Home
VijayNetwork
C Programming Q&A
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment