|
RTEMS
|
#include <thread.h>
Public Attributes | |
| Thread_Entry_information | Entry |
| bool | is_preemptible |
| Thread_CPU_budget_algorithms | budget_algorithm |
| Thread_CPU_budget_algorithm_callout | budget_callout |
| uint32_t | isr_level |
| Priority_Control | initial_priority |
| void(* | stack_free )(void *) |
| This field points to the handler which should free the stack. | |
| Stack_Control | Initial_stack |
| void * | tls_area |
The following structure contains the information which defines the starting state of a thread.
| Thread_CPU_budget_algorithms Thread_Start_information::budget_algorithm |
| Thread_CPU_budget_algorithm_callout Thread_Start_information::budget_callout |
| Thread_Entry_information Thread_Start_information::Entry |
| Priority_Control Thread_Start_information::initial_priority |
| Stack_Control Thread_Start_information::Initial_stack |
| bool Thread_Start_information::is_preemptible |
| uint32_t Thread_Start_information::isr_level |
| void* Thread_Start_information::tls_area |
1.8.14