score: Add _Thread_MP_Extract_proxy()

Remove _Thread_queue_Extract_with_proxy() and move the proxy extraction
to _Thread_MP_Extract_proxy().  Move similar code blocks of the previous
caller of _Thread_queue_Extract_with_proxy() to helper functions.

Update #4546.
This commit is contained in:
Sebastian Huber
2021-11-11 08:35:22 +01:00
parent cd791039b9
commit 50aef135a4
9 changed files with 75 additions and 51 deletions

View File

@@ -1561,7 +1561,6 @@ source:
- cpukit/score/src/threadplaindispatch.c
- cpukit/score/src/threadq.c
- cpukit/score/src/threadqenqueue.c
- cpukit/score/src/threadqextractwithproxy.c
- cpukit/score/src/threadqfirst.c
- cpukit/score/src/threadqflush.c
- cpukit/score/src/threadqgetnameandid.c

View File

@@ -23,4 +23,5 @@ source:
- cpukit/score/src/mpcidefault.c
- cpukit/score/src/objectmp.c
- cpukit/score/src/threadmp.c
- cpukit/score/src/threadqextractwithproxy.c
type: build