genode/repos/os
Martin Stein bfb96536da timeout: _setup_alarm calculates deadline itself
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
2018-04-10 11:11:55 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include timeout: _setup_alarm calculates deadline itself 2018-04-10 11:11:55 +02:00
lib net: ICMP protocol 2018-04-10 11:11:52 +02:00
recipes depot: update recipe hashes 2018-03-29 14:59:07 +02:00
run Notification support for the VFS library 2018-04-10 11:11:51 +02:00
src timeout: _setup_alarm calculates deadline itself 2018-04-10 11:11:55 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.