Process Contention Scope
From Wikipedia, the free encyclopedia
Process Contention Scope is a scheme used to map a user-level thread to a kernel-level one. The name is derived from the fact that the processes and threads are contending for a kernel process.
The operating system decides which kernel thread to run based on a scheme called System Contention Scope (SCS) since the threads are contending for the processor.
![]() |
This operating system-related article is a stub. You can help Wikipedia by expanding it |