From 50aef135a405a0dc26c39d7cfe7066f85b3dfbb5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 Nov 2021 08:35:22 +0100 Subject: 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. --- spec/build/cpukit/librtemscpu.yml | 1 - spec/build/cpukit/objmpci.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index 060ef273f4..b6ee8b9be8 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -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 diff --git a/spec/build/cpukit/objmpci.yml b/spec/build/cpukit/objmpci.yml index 24cfca9888..0b9b5c61da 100644 --- a/spec/build/cpukit/objmpci.yml +++ b/spec/build/cpukit/objmpci.yml @@ -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 -- cgit v1.2.3