RTEMS  5.1
Typedefs | Variables
threadidledata.h File Reference

Constants for the idle threads. More...

#include <rtems/score/basedefs.h>

Go to the source code of this file.

Typedefs

typedef void *(* Thread_Idle_body) (uintptr_t)
 The idle thread body type.
 

Variables

const size_t _Thread_Idle_stack_size
 The idle thread stack size in bytes. More...
 
const Thread_Idle_body _Thread_Idle_body
 The idle thread body. More...
 

Detailed Description

Constants for the idle threads.