Re: [PATCH 6/6] score: Properly continue the thread during restart

2021-11-20 Thread Gedare Bloom
On Mon, Nov 15, 2021 at 10:09 AM Sebastian Huber wrote: > > The _Thread_queue_Extract() does not deal with potential priority > updates and the SMP locking protocol handling. Use > _Thread_queue_Continue(). For the POSIX signals processing this is > currently probably unnecessary, however, the u

[PATCH 6/6] score: Properly continue the thread during restart

2021-11-15 Thread Sebastian Huber
The _Thread_queue_Extract() does not deal with potential priority updates and the SMP locking protocol handling. Use _Thread_queue_Continue(). For the POSIX signals processing this is currently probably unnecessary, however, the use case is similar to the restart so use the same appoach. Close #