On Tue, Jun 15, 2021 at 4:30 AM Sebastian Huber
wrote:
>
> The change also helps to avoid reports from static analysers since most
> callers of _Thread_queue_Make_ready_again() check the unblock status.
> ---
> cpukit/score/src/threadqenqueue.c | 8 +++-
> 1 file changed, 7 insertions(+), 1 d
The change also helps to avoid reports from static analysers since most
callers of _Thread_queue_Make_ready_again() check the unblock status.
---
cpukit/score/src/threadqenqueue.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/cpukit/score/src/threadqenqueue.c
b/cpukit