Re: [PATCH v2 2/2] score: Simplify thread queue timeout handling

2021-05-18 Thread Gedare Bloom
v2 set looks good to me On Tue, May 18, 2021 at 10:49 AM Sebastian Huber wrote: > > Add Thread_queue_Context::timeout_absolute to specify an absolute or > relative timeout. This avoid having to get the current time twice for > timeouts relative to the current time. It moves also functionality t

[PATCH v2 2/2] score: Simplify thread queue timeout handling

2021-05-18 Thread Sebastian Huber
Add Thread_queue_Context::timeout_absolute to specify an absolute or relative timeout. This avoid having to get the current time twice for timeouts relative to the current time. It moves also functionality to common code. --- cpukit/include/rtems/score/threadq.h | 9 +- cpukit/include/