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
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 #