A simplified view of thread states is Ready, Running, and Blocked, where a thread is either ready
Question:
A simplified view of thread states is Ready, Running, and Blocked, where a thread is either ready and waiting to be scheduled, is running on the processor, or is blocked (i.e. is waiting for I/O.) This is illustrated in Figure. Assuming a thread is in the Running state, answer the following questions: (Be sure to explain your answer.)
1. Will the thread change state if it incurs a page fault? If so, to what new state?
2. Will the thread change state if it generates a TLB miss that is resolved in the page table? If so, to what new state?
3. Will the thread change state if an address reference is resolved in the page table? If so, to what new state?
Step by Step Answer:
Physics
ISBN: 978-0077339685
2nd edition
Authors: Alan Giambattista, Betty Richardson, Robert Richardson