score: Move _Thread_queue_Queue_get_name_and_id()

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.
This commit is contained in:
Sebastian Huber
2021-05-17 16:55:15 +02:00
parent 9918735448
commit 80b3c938ce
4 changed files with 78 additions and 36 deletions

View File

@@ -1543,6 +1543,7 @@ source:
- cpukit/score/src/threadqextractwithproxy.c
- cpukit/score/src/threadqfirst.c
- cpukit/score/src/threadqflush.c
- cpukit/score/src/threadqgetnameandid.c
- cpukit/score/src/threadqops.c
- cpukit/score/src/threadqtimeout.c
- cpukit/score/src/threadrestart.c