Results 1 to 1 of 1
Hi
I am creating a kernel module for linux. I was wondering, how can I stop a process from being scheduled? Is there a function in the sched.c that can ...
- 11-07-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 1
kernel programming question
Hi
I am creating a kernel module for linux. I was wondering, how can I stop a process from being scheduled? Is there a function in the sched.c that can do this? Is it possible to add a specfic task_struct to a wait queue for a certain defined period of time?
Thanks


Reply With Quote