Linux Sources

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • The Advocate
    New Member
    • Oct 2007
    • 6

    Linux Sources

    Hello..How can i locate the implementation of semaphores and scheduling algorithms in the linux sources?
  • arne
    Recognized Expert Contributor
    • Oct 2006
    • 315

    #2
    Originally posted by The Advocate
    Hello..How can i locate the implementation of semaphores and scheduling algorithms in the linux sources?
    You mean 'scheduling' as in 'process scheduling'? Use the Linux Cross Reference . For the scheduler browse to the kernel/sched.c file.

    HTH,
    arne

    Comment

    • The Advocate
      New Member
      • Oct 2007
      • 6

      #3
      yeah scheduling algorithms as process scheduling

      Comment

      Working...