Describe the actions taken by thread library to context switch between user level threads?
Answer / Akhilendra Kumar Singh
The thread library manages context switches between user-level threads. When a thread needs to yield the CPU, it saves its state (registers and stack pointer) in the Thread Control Block (TCB). The thread library then locates the TCB of the next thread, restores its state into the registers, and transfers control to that thread.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we create threads?
Which protocol is working behind dhcp server? And what exactly dora does?
What are three ways in which a thread can enter the waiting state?
What is the impact if DNS Server fails?
what are the reasons of rebooting the system?
11 Answers HCL, HP, Mphasis,
What are the benefits of multithreaded programming?
if thread a,b,c have Max,Min,Normal priorty what is N0. in below set they correspond to.Something like (2,0,1)
what are the different types of codes in thread in windows os?
Can you explain too many times when I click on a sentence a caption comes on grr a pop up blocker maybe blocking--however I have pushed the turn off pop up blocker. This only happens on google it does not happen on att.net?
Is kill ping a virus?
What's the difference in using runnable and extends in threads?
What are types of threads?