uint32_t rtems_name
This type is used to represent a Classic API object name.
rtems_status_code rtems_task_ident(rtems_name name, uint32_t node, rtems_id *id)
Identifies a task object by the specified object name.
#define OBJECTS_ID_OF_SELF
rtems_status_code _RTEMS_Name_to_id(uint32_t name, uint32_t node, Objects_Id *id, const Objects_Information *information)
Calls _Objects_Name_to_id_u32() and converts the status.
Thread_Information _RTEMS_tasks_Information
static __inline__ struct _Thread_Control * _Thread_Get_executing(void)
Returns the thread control block of the executing thread.
This status code indicates successful completion.
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
This status code indicates that a specified address was invalid.
Objects_Id rtems_id
Values of this type identify an RTEMS object.
Classic Tasks Manager Implementation.
Implementation Interfaces for Classic Objects.