InterviewSolution
Saved Bookmarks
| 1. |
Termination of the process terminates ___________(a) first thread of the process(b) first two threads of the process(c) all threads within the process(d) no thread within the processThis question was posed to me in a national level competition.This interesting question is from Threads in chapter The Linux System of Operating System |
|
Answer» Right choice is (C) all THREADS WITHIN the process |
|