Hello..How can i locate the implementation of semaphores and scheduling algorithms in the linux sources?
Linux Sources
Collapse
X
-
Tags: None
-
You mean 'scheduling' as in 'process scheduling'? Use the Linux Cross Reference . For the scheduler browse to the kernel/sched.c file.Originally posted by The AdvocateHello..How can i locate the implementation of semaphores and scheduling algorithms in the linux sources?
HTH,
arne -
Comment