Term
When scheduling kernel level threads the ____ scope scheme is used to determine which thread runs |
|
Definition
System-contention scope(SCS) |
|
|
Term
The solution to the critical section problem must satisfy the following requirements. |
|
Definition
Mutual exclusion
Progress
Bounded waiting |
|
|
Term
|
Definition
When two or more processes/threads are waiting forever for an event that can be caused by only one of the waiting processes/threads |
|
|
Term
Priority inversion occurs only in what? |
|
Definition
Systems with more than two priorities |
|
|
Term
The following are classic problems of synchronization. |
|
Definition
Bounded-Buffer
Dining-Philosophers |
|
|