|
RTEMS
|
#include <thread.h>
Public Attributes | |
| Objects_Control | Object |
| Thread_queue_Control | Join_queue |
| States_Control | current_state |
| Priority_Node | Real_priority |
| The base priority of this thread in its home scheduler instance. | |
| Thread_Scheduler_control | Scheduler |
| Scheduler related control. | |
| Thread_Wait_information | Wait |
| Thread_Timer_information | Timer |
The following defines the control block used to manage each thread proxy.
| States_Control Thread_Proxy_control::current_state |
| Thread_queue_Control Thread_Proxy_control::Join_queue |
| Objects_Control Thread_Proxy_control::Object |
| Thread_Timer_information Thread_Proxy_control::Timer |
| Thread_Wait_information Thread_Proxy_control::Wait |
1.8.14