Microsoft Windows Question: Download Windows PDF

Describe the actions taken by thread library to context switch between user level threads?

Tweet Share WhatsApp

Answer:

The thread library function performs the following actions to context switch between user level threads Copy all live registers to Thread control Block (TCB) Restore the state of the thread to run next i.e (copy the values of live registers from (TCB) to registers) Move to the next thread to execute

Download Windows PDF Read All 76 Windows Questions
Previous QuestionNext Question
Difference between Logical and Physical Address Space?Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them?