mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
12e1ae9d72
This patch provides an implementation of the '_nanosleep()' libc function, which blocks on a timed semaphore for the given time, but at least 10ms. This should result in better performance than creating a timer connection on every call (for thread-safety), but could still be improved. Fixes #158.