mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
fba4f54571
Kernel::pause_current_thread can be implemented much simpler and is not restricted to core threads, in contrast to Kernel::pause_thread which also benefits from the split and can be moved to core_interface.h. ref #1101