RTEMS
|
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... | |
Constants for the idle threads.
Definition in file threadidledata.h.