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

2021-05-18 Thread Peter Dufault
Good fix. > On May 18, 2021, at 09:04 , 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 to > common

[PATCH 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 +-