System Contention Scope
Appearance
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (November 2010) |
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 LMPs, 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 kernal uses System Contention Scope
Related