|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
The following defines the Object Control Block used to manage each object local to this node. More...
#include <object.h>

Data Fields | |
| Chain_Node | Node |
| This is the chain node portion of an object. | |
| Objects_Id | id |
| This is the object's ID. | |
| Objects_Name | name |
| This is the object's name. | |
The following defines the Object Control Block used to manage each object local to this node.
This is the object's ID.
Referenced by _RTEMS_tasks_Free(), _CORE_mutex_Seize_interrupt_trylock_body(), _Objects_Invalidate_Id(), _Objects_Open(), _Objects_Open_u32(), and _Objects_Open_string().
This is the object's name.
Referenced by _Objects_Open(), _Objects_Open_u32(), and _Objects_Open_string().
This is the chain node portion of an object.
Referenced by _Objects_MP_Free_global_object(), _Scheduler_priority_Ready_queue_enqueue(), _Scheduler_priority_Ready_queue_enqueue_first(), _Scheduler_priority_Ready_queue_extract(), _Scheduler_priority_Ready_queue_requeue(), _Scheduler_simple_Ready_queue_requeue(), and _Thread_MP_Free_proxy().
1.7.5