Question
Under process-contention scope, which threads compete with one another for available execution entities?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Threads within the same process
Explanation:
Process-contention scope selects among user threads belonging to one process.
The thread library typically performs this competition before the kernel schedules underlying entities.
Leave a Reply