RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
threadname.c File Reference

This source file contains the implementation of _Thread_Set_name() and _Thread_Get_name(). More...

#include <rtems/score/threadimpl.h>
#include <string.h>

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.
 

Detailed Description

This source file contains the implementation of _Thread_Set_name() and _Thread_Get_name().