A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME
changes through clock_settime(). Since our CLOCK_REALTIME is basically just
CLOCK_MONOTONIC plus an offset, we can simply use the CLOCK_MONOTONIC watchdog
for relative CLOCK_REALTIME time outs.
Update #4690.
---
cpukit/po
On 1/8/2022 5:22 pm, Sebastian Huber wrote:
> A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME
> changes through clock_settime(). Since our CLOCK_REALTIME is basically just
> CLOCK_MONOTONIC plus an offset, we can simply use the CLOCK_MONOTONIC watchdog
> for relative CLO
On 01/08/2022 10:16, Chris Johns wrote:
On 1/8/2022 5:22 pm, Sebastian Huber wrote:
A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME
changes through clock_settime(). Since our CLOCK_REALTIME is basically just
CLOCK_MONOTONIC plus an offset, we can simply use the CLOC
On 1/8/2022 6:20 pm, Sebastian Huber wrote:
> On 01/08/2022 10:16, Chris Johns wrote:
>> On 1/8/2022 5:22 pm, Sebastian Huber wrote:
>>> A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME
>>> changes through clock_settime(). Since our CLOCK_REALTIME is basically just
>>> CL
On 01/08/2022 10:48, Chris Johns wrote:
On 1/8/2022 6:20 pm, Sebastian Huber wrote:
On 01/08/2022 10:16, Chris Johns wrote:
On 1/8/2022 5:22 pm, Sebastian Huber wrote:
A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME
changes through clock_settime(). Since our CLOCK_R
Hello Duc,
Am 01.08.22 um 05:50 schrieb Duc Doan:
Hello Christian,
On Sat, 2022-07-30 at 17:50 +0200, o...@c-mauderer.de wrote:
Hello Duc,
Am 24.07.22 um 14:01 schrieb Duc Doan:
---
bsps/include/bsp/gpio2.h | 528
bsps/include/bsp/periph_api.h
Hello Duc,
Am 01.08.22 um 04:13 schrieb Duc Doan:
Hello Christian,
On Sun, 2022-07-31 at 20:01 +0200, o...@c-mauderer.de wrote:
Hello Duc,
Am 31.07.22 um 17:07 schrieb Duc Doan:
Hello Christian,
On Sat, 2022-07-30 at 16:32 +0200, o...@c-mauderer.de wrote:
Hello Duc,
general note for the p
On 1/8/2022 6:52 pm, Sebastian Huber wrote:
> On 01/08/2022 10:48, Chris Johns wrote:
>> On 1/8/2022 6:20 pm, Sebastian Huber wrote:
>>> On 01/08/2022 10:16, Chris Johns wrote:
On 1/8/2022 5:22 pm, Sebastian Huber wrote:
> A relative CLOCK_REALTIME time out shall not be affected by CLOCK_R
Hi
This patch adds a test to make sure threads sleeping on a
clock_nanosleep(CLOCK_REALTIME) call are not effected by a
change in the realtime clock via the clock_settime(CLOCK_REALTIME).
The tests checks the sleeping thread's period using clock ticks.
I have checked the test and Sebastian's p
From: Chris Johns
Closes #4690
---
testsuites/psxtests/psxclock/init.c | 172 +++-
1 file changed, 171 insertions(+), 1 deletion(-)
diff --git a/testsuites/psxtests/psxclock/init.c
b/testsuites/psxtests/psxclock/init.c
index 2300056f61..743cfa6d78 100644
--- a/testsuite
Hello Christian,
On Mon, 2022-08-01 at 20:32 +0200, o...@c-mauderer.de wrote:
> Hello Duc,
>
> Am 01.08.22 um 04:13 schrieb Duc Doan:
> > Hello Christian,
> >
> > On Sun, 2022-07-31 at 20:01 +0200, o...@c-mauderer.de wrote:
> > > Hello Duc,
> > >
> > > Am 31.07.22 um 17:07 schrieb Duc Doan:
> >
11 matches
Mail list logo