mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 22:29:19 +00:00
4254cb04e1
Instead of using msleep to sleep periodically, and then increase jiffies counter in the alarm scheduler implementation of the timed semaphore use the 'trigger_periodic' call introduced by the change of the timer session interface into an asynchronous one. Thereby, we can reduce the necessary IPC communication with the timer service effectively. Ref #35