Download presentation
Presentation is loading. Please wait.
Published byきみえ あきます Modified over 5 years ago
1
Linux Process State Scheduling information Identifiers Interprocess communication Links Times and timers File system Virtual memory Processor-specific context
2
Linux States of a Process
Running Interruptable Uninterruptable Stopped Zombie
4
Within each class multiple priorities may be used
Linux Scheduling Scheduling classes SCHED_FIFO: First-in-first-out real-time threads SCHED_RR: Round-robin real-time threads SCHED_OTHER: Other, non-real-time threads Within each class multiple priorities may be used
5
Example of Linux Scheduling
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.