mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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