RTEMS
|
The thread object information. More...
#include <thread.h>
Public Attributes | |
Objects_Information | Objects |
The object information. | |
union { | |
Thread_queue_Configured_heads * initial | |
Contains the initial set of thread queue heads. More... | |
Freechain_Control Free | |
The free thread queue heads. More... | |
} | Thread_queue_heads |
Thread queue heads maintenance. | |
Freechain_Control Thread_Information::Free |
The free thread queue heads.
This member is initialized by _Thread_Initialize_information().
Thread_queue_Configured_heads* Thread_Information::initial |
Contains the initial set of thread queue heads.
This is set by <rtems/confdefs.h> via THREAD_INFORMATION_DEFINE().