InterviewSolution
Saved Bookmarks
| 1. |
In the Many to Many models when a thread performs a blocking system call ___________(a) other threads are strictly prohibited from running(b) other threads are allowed to run(c) other threads only from other processes are allowed to run(d) none of the mentionedThis question was posed to me in unit test.Enquiry is from Multi Threading Models in chapter The Linux System of Operating System |
|
Answer» Correct OPTION is (B) other THREADS are allowed to run |
|