InterviewSolution
Saved Bookmarks
| 1. |
If a kernel thread performs a blocking system call, ____________(a) the kernel can schedule another thread in the application for execution(b) the kernel cannot schedule another thread in the same application for execution(c) the kernel must schedule another thread of a different application for execution(d) the kernel must schedule another thread of the same application on a different processorThe question was posed to me during an online exam.Query is from User and Kernel Threads topic in portion The Linux System of Operating System |
|
Answer» Correct answer is (a) the kernel can SCHEDULE ANOTHER thread in the application for execution |
|