Tagged Questions
1
vote
1answer
190 views
Blocked process state affect on thread state within process?
If multiple threads are running within a process and the process goes from running to blocked state then do all the threads within the process automatically go into blocked state as well?
If the ...