[PATCH] score: Comment _Thread_queue_Surrender_sticky()

2021-06-15 Thread Sebastian Huber
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

Re: [PATCH] score: Comment _Thread_queue_Surrender_sticky()

2021-06-15 Thread Gedare Bloom
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