RTEMS  5.1
Functions
objectgetnameasstring.c File Reference

Extracts a Node from a Chain. More...

#include <rtems/score/threadimpl.h>

Functions

size_t _Objects_Name_to_string (Objects_Name name, bool is_string, char *buffer, size_t buffer_size)
 Converts the specified object name to a text representation. More...
 
char * _Objects_Get_name_as_string (Objects_Id id, size_t length, char *name)
 Gets object name in the form of a C string. More...
 

Detailed Description

Extracts a Node from a Chain.