RTEMS 6.1-rc4
|
This source file contains the implementation of _Objects_Name_to_string() and _Objects_Get_name_as_string(). 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. | |
char * | _Objects_Get_name_as_string (Objects_Id id, size_t length, char *name) |
Gets object name in the form of a C string. | |
This source file contains the implementation of _Objects_Name_to_string() and _Objects_Get_name_as_string().