genode/repos/os
Martin Stein 7feea78991 timeout: rework timeout framework
* get rid of alarm abstraction
* get rid of Timeout::Time type
* get rid of pointer arguments
* get rid of _discard_timeout indirection
* get rid of 65th bit in stored time values
* get rid of Timeout_scheduler interface
* get rid of uninitialized deadlines
* get rid of default arguments
* get rid of Timeout::_periodic
* get rid of Timeout::Raw
* use list abstraction
* only one interface for timeout handlers
* rework locking scheme to be smp safe
* move all method definitions to CC file
* name mutexes more accurate
* fix when & how to set time-source timeout
* fix deadlocks

Fixes #3884
2020-10-09 13:35:56 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include net: move ascii_to() into Net namespace 2020-09-17 10:13:22 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes depot: update recipe hashes 2020-09-17 14:23:14 +02:00
run base: extend PD session with managing_system call 2020-08-25 11:50:11 +02:00
src timeout: rework timeout framework 2020-10-09 13:35:56 +02:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +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.