mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 07:22:25 +00:00
bfb96536da
Instead of taking the absolute deadline of a timeout as argument from outside (where it is calculated with a freshly requested now time), we now take a relative duration as argument and calculate the deadline with the scheduler-internal now time (which can be a little bit outdated). This enables us to schedule timeouts without updating the internal now time and thereby handle all pending timeouts. Issue #2704 |
||
---|---|---|
.. | ||
timeout.h |