summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadqgetnameandid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-171-0/+76
Move this diagnostic function to a separate file since it does not provide a core function of the system. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.