RTEMS 6.1-rc2
|
This header file provides data structures used by the implementation and the Application Configuration to define _Thread_Idle_stack_size and _Thread_Idle_body. 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. | |
const Thread_Idle_body | _Thread_Idle_body |
The idle thread body. | |
This header file provides data structures used by the implementation and the Application Configuration to define _Thread_Idle_stack_size and _Thread_Idle_body.