mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
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
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.