mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
If we add an absolute timeout to the back-end alarm-scheduler we must first call 'handle' at the scheduler to update its internal time value. Otherwise, it might happen that we add a timeout who's deadline is so big that it normally belongs to the next time-counter period but the scheduler thinks that it belongs to the current period as its time is older than the one used to calculate the deadline. Ref #2490
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.