What is an idle thread?

Answers were Sorted based on User's Feedback



What is an idle thread?..

Answer / guest

The special thread a dispatcher will execute when no ready
thread is found.

Is This Answer Correct ?    14 Yes 6 No

What is an idle thread?..

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

Post New Answer

More Operating Systems General Concepts Interview Questions

Explain the various types of registers?

0 Answers  


How much ram do I need?

0 Answers  


Can you move your program files to another drive?

0 Answers  


How many os can be installed in a pc?

0 Answers  


1)application programs interact with operating system through system call.is there any method of interaction between the two? 2) Inconveniences faced by user interacting with a computer systemwithout a operating system? 3) what are the requirements for virtual memory architecture

2 Answers   KCPL,






How many registers does x86 have?

0 Answers  


Is safari the same as internet explorer?

0 Answers  


Tell us something about mutex.

0 Answers  


What is waiting time?

0 Answers  


Please describe the different state of a process?

4 Answers  


Explain the Difference between Process and a Thread.

0 Answers   HPCL, Hughes Systique Corporation,


What is SMP?

1 Answers  


Categories