Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
IdleThread Class Reference

Thread that is executed when there is nothing to do for this core. More...

#include <thread/idlethread.h>

+ Inheritance diagram for IdleThread:
+ Collaboration diagram for IdleThread:

Public Member Functions

void action () override
 Wait for a thread to become ready and sleep in the meantime.
 
- Public Member Functions inherited from Thread

Additional Inherited Members

- Public Attributes inherited from Thread
- Static Public Attributes inherited from Thread
- Static Protected Member Functions inherited from Thread
- Protected Attributes inherited from Thread

Detailed Description

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.

Note
Instance of this class should never be inserted into the scheduler's ready queue, as the IdleThread should only be executed if there is no proper work to do.

The documentation for this class was generated from the following files: