Re: [PATCH 2/6] score: Add _Thread_MP_Extract_proxy()

2021-11-20 Thread Gedare Bloom
On Mon, Nov 15, 2021 at 10:09 AM Sebastian Huber wrote: > > 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. > ---

[PATCH 2/6] score: Add _Thread_MP_Extract_proxy()

2021-11-15 Thread Sebastian Huber
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. --- cpukit/include/rtems/score/objectdata.h| 2 +- cpukit/include/r