forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user