RTEMS
Public Attributes | List of all members
Thread_Information Struct Reference

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.
 

Detailed Description

The thread object information.

Definition at line 1000 of file thread.h.

Member Data Documentation

◆ Free

Freechain_Control Thread_Information::Free

The free thread queue heads.

This member is initialized by _Thread_Initialize_information().

Definition at line 1022 of file thread.h.

◆ initial

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().

Definition at line 1015 of file thread.h.


The documentation for this struct was generated from the following file: