> On 27.04.22 15:13, gabriel.moy...@dlr.de wrote:
> >> On 07/04/2022 15:16, Sebastian Huber wrote:
> >>> On 07/04/2022 15:10, gabriel.moy...@dlr.de wrote:
> > Which sequence of function calls and timings cases the problem?
> > This should be definitely a test case.
> The generation is
On 27.04.22 15:13, gabriel.moy...@dlr.de wrote:
On 07/04/2022 15:16, Sebastian Huber wrote:
On 07/04/2022 15:10, gabriel.moy...@dlr.de wrote:
Which sequence of function calls and timings cases the problem? This
should be definitely a test case.
The generation is updated every time tc_windup(
> On 07/04/2022 15:16, Sebastian Huber wrote:
> > On 07/04/2022 15:10, gabriel.moy...@dlr.de wrote:
> >>> Which sequence of function calls and timings cases the problem? This
> >>> should be definitely a test case.
> >> The generation is updated every time tc_windup() is called. So it is
> >> more
On 07/04/2022 15:16, Sebastian Huber wrote:
On 07/04/2022 15:10, gabriel.moy...@dlr.de wrote:
Which sequence of function calls and timings cases the problem? This
should be definitely a test case.
The generation is updated every time tc_windup() is called. So it is
more or less a race condition
On 07/04/2022 15:10, gabriel.moy...@dlr.de wrote:
Which sequence of function calls and timings cases the problem? This should be
definitely a test case.
The generation is updated every time tc_windup() is called. So it is more or
less a race condition when it happens.
This is not a race cond
> On 07/04/2022 11:56, gabriel.moy...@dlr.de wrote:
> >> On 07/04/2022 10:36, Gabriel Moyano wrote:
> >>> ---
> >>>cpukit/score/src/kern_tc.c | 6 ++
> >>>1 file changed, 6 insertions(+)
> >>>
> >>> diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
> >>> index a5c7b4b8
On 07/04/2022 11:56, gabriel.moy...@dlr.de wrote:
On 07/04/2022 10:36, Gabriel Moyano wrote:
---
cpukit/score/src/kern_tc.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index a5c7b4b841..a8ba268ea3 100644
--- a/cpukit/scor
> On 07/04/2022 10:36, Gabriel Moyano wrote:
> > ---
> > cpukit/score/src/kern_tc.c | 6 ++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
> > index a5c7b4b841..a8ba268ea3 100644
> > --- a/cpukit/score/src/kern_tc.c
> > +++ b/