RTEMS 6.1-rc4
|
This source file contains the implementation of _Thread_Set_name() and _Thread_Get_name(). More...
Functions | |
Status_Control | _Thread_Set_name (Thread_Control *the_thread, const char *name) |
Sets the name of the thread. | |
size_t | _Thread_Get_name (const Thread_Control *the_thread, char *buffer, size_t buffer_size) |
Gets the name of the thread. | |
This source file contains the implementation of _Thread_Set_name() and _Thread_Get_name().