What is an idle thread?
Answers were Sorted based on User's Feedback
Answer / guest
The special thread a dispatcher will execute when no ready
thread is found.
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / subhodip ghosh
In Windows NT operating systems, the System Idle Process
contains one or more kernel threads which run when no other
runnable thread can be scheduled on a CPU. For example,
there may be no runnable thread in the system, or all
runnable threads are already running on a different CPU. In
a multiprocessor system, there is one idle thread associated
with each CPU.
The primary purpose of the idle process and its threads is
to eliminate what would otherwise be a special case in the
scheduler. Without the idle threads, there could be cases
when no threads were runnable, or "Ready" in terms of
Windows scheduling states. Since the idle threads are always
in a Ready state (if not already Running), this can never
happen. Thus whenever the scheduler is called due to the
current thread leaving the CPU, it can always find another
thread to run on that CPU, even if it is only the CPU's idle
thread.
| Is This Answer Correct ? | 6 Yes | 3 No |
What is the best page size when designing an operating system?
What is Semaphore?
How can the speed of interrupt driven input output systems be improved?
What are the impact on network when gc,schema master,domainnaming master,rid master,pdc emulator,infrastructure master is down?
What are dynamic linking?
What is lts in node js?
Explain cycle stealing?
What is the multi-treade and models (explain each models)?
How do I cancel chkdsk scan?
What are ddks?
Does overheating cause blue screen?
What are the main functions of a kernel?