summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix warning in _Thread_Set_name()Sebastian Huber2017-02-141-1/+1
|
* score: Add _Thread_Set_name()Sebastian Huber2017-01-131-0/+20
| | | | | | Add configuration option CONFIGURE_MAXIMUM_THREAD_NAME_SIZE. Update #2858.
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-131-0/+37
Update #2858.