RTEMS
|
Extracts a Node from a Chain. More...
#include <rtems/score/threadimpl.h>
Go to the source code of this file.
Functions | |
static bool | _Objects_Name_char_is_printable (char c) |
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... | |
Extracts a Node from a Chain.
Definition in file objectgetnameasstring.c.