Re: [PATCH 3/3] score: Add barrier thread queue operations

2021-02-05 Thread Gedare Bloom
On Fri, Feb 5, 2021 at 11:57 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 05/02/2021 18:16, Gedare Bloom wrote: > > > > > On Fri, Feb 5, 2021 at 6:37 AM Sebastian Huber > > > > wrote: > > > > This fixes a missing decrement of

Re: [PATCH 3/3] score: Add barrier thread queue operations

2021-02-05 Thread Sebastian Huber
On 05/02/2021 18:16, Gedare Bloom wrote: On Fri, Feb 5, 2021 at 6:37 AM Sebastian Huber > wrote: This fixes a missing decrement of the number of waiting threads during a barrier wait timeout. Close #4230. Is this bug a problem that

Re: [PATCH 3/3] score: Add barrier thread queue operations

2021-02-05 Thread Gedare Bloom
On Fri, Feb 5, 2021 at 6:37 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > This fixes a missing decrement of the number of waiting threads during a > barrier wait timeout. > > Close #4230. > Is this bug a problem that should be fixed on any open branch(es)? Otherwise, the 3 pat

[PATCH 3/3] score: Add barrier thread queue operations

2021-02-05 Thread Sebastian Huber
This fixes a missing decrement of the number of waiting threads during a barrier wait timeout. Close #4230. --- cpukit/include/rtems/score/corebarrierimpl.h | 4 ++- cpukit/score/src/corebarrierrelease.c| 1 - cpukit/score/src/corebarrierwait.c | 30 3 fil