genode/repos/base/src/test
Martin Stein 181c78d482 timeout: use uint64_t for all plain time values
This enforces the use of unsigned 64-bit values for time in the duration type,
the timeout framework, the timer session, the userland timer-drivers, and the
alarm framework on all platforms. The commit also adapts the code that uses
these tools accross all basic repositories (base, base-*, os. gems, libports,
ports, dde_*) to use unsigned 64-bit values for time as well as far as this
does not imply profound modifications.

Fixes #3208
2019-05-06 16:15:26 +02:00
..
ds_ownership Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
log base: improve floating point output 2019-01-07 12:33:54 +01:00
mmio test-util_mmio: rename test-mmio 2018-11-16 14:37:19 +01:00
new_delete Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
reconstructible Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
registry base: exception safety during registry iteration 2018-08-28 17:10:54 +02:00
rm_fault Add missing override annotations 2019-02-19 11:12:11 +01:00
rm_nested test/rm_nested: fix EP double dissolve 2018-11-27 11:36:35 +01:00
sanitizer base: 'sanitizer' test 2019-01-07 12:33:54 +01:00
segfault base: transition to new API for tests (ref #1987) 2017-01-13 13:07:07 +01:00
smp Add missing override annotations 2019-02-19 11:12:11 +01:00
stack_smash Stack smashing test 2019-04-01 19:33:46 +02:00
sub_rm Adapt sub_rm test to current Linux 32-bit 2017-11-06 13:57:23 +01:00
synced_interface Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
thread Add missing override annotations 2019-02-19 11:12:11 +01:00
timer timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
timer_accuracy timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
xml_generator Write abritrary printable objects into Xml_generator 2019-02-19 11:12:12 +01:00
xml_node base: never throw in Xml_node::for_each_sub_node 2019-03-18 15:56:59 +01:00