System Contention Scope
Appearance
Ultimately a user-level thread is mapped to a kernel-level one via a scheme called process contention scope. 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 system/processor.