RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
Objects_Control Struct Reference

The following defines the Object Control Block used to manage each object local to this node. More...

#include <object.h>

Collaboration diagram for Objects_Control:
Collaboration graph
[legend]

Data Fields

Chain_Node Node
 This is the chain node portion of an object. More...
 
Objects_Id id
 This is the object's ID. More...
 
Objects_Name name
 This is the object's name. More...
 

Detailed Description

The following defines the Object Control Block used to manage each object local to this node.

Field Documentation

◆ id

Objects_Id Objects_Control::id

◆ name

Objects_Name Objects_Control::name

◆ Node

Chain_Node Objects_Control::Node

This is the chain node portion of an object.

Referenced by _Objects_Free(), and _Thread_MP_Free_proxy().


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