System Contention Scope
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
The System Contention Scope is a scheme that determines which kernel thread a kernel process should use, since the threads are contending for the processor.
When we say the thread library schedules user threads onto available LWPs, we do not mean that the thread is actually running on a CPU; this would require the OS to schedule the kernel thread onto a physical CPU. To decide which kernel thread to schedule onto a CPU, the kernel uses System Contention Scope
Related
References
- ^ Silberschatz, Abraham, and Peter B. Galvin. "Thread Scheduling." Operating System Concepts. 8th ed. Hoboken, NJ: J. Wiley & Sons, 2005. 199. Print.