helenos
helenos copied to clipboard
Simplify timeout implementation in kernel
Replaces countdown with an immutable deadline, which allows us to remove timeout->lock
and simplify the code quite a bit.