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
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/