#include <object.h>

Data Fields | |
| Chain_Node | Node |
| Objects_Id | id |
| Objects_Name | name |
This is the chain node portion of an object.
Referenced by _Objects_MP_Free_global_object(), and _Thread_MP_Free_proxy().
This is the object's ID.
Referenced by _CORE_mutex_Seize_interrupt_trylock_body(), _Objects_Invalidate_Id(), _Objects_Open(), _Objects_Open_string(), and _Objects_Open_u32().
This is the object's name.
Referenced by _Objects_Open(), _Objects_Open_string(), and _Objects_Open_u32().
1.5.6