Q
If the kernel is single threaded, then any user level thread performing a blocking system call will ___________
-
A
A. Cause the entire process to run along with the other threads
-
B
B. Cause the thread to block with the other threads running
-
C
C. Cause the entire process to block even if the other threads are available to run
-
D
D. None of the mentioned
Correct Answer:
C. C. Cause the entire process to block even if the other threads are available to run