Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
idlethread.h File Reference

IdleThread executed by the Scheduler if no other Thread is ready More...

#include "thread/thread.h"
Include dependency graph for idlethread.h:
This graph shows which files directly or indirectly include this file:

Classes

class  IdleThread
 Thread that is executed when there is nothing to do for this core.Using the IdleThread simplifies the idea of waiting and is an answer to the questions that arise once the ready queue is empty. More...
 

Detailed Description

IdleThread executed by the Scheduler if no other Thread is ready