mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-23 18:50:29 +00:00
Every thread receives a startup message from its creator through the initial state of its userland thread-context. The thread-startup code remembers the kernel name of the new thread by reading this message before the userland thread-context gets polluted. This way, Kernel::current_thread_id becomes unnecessary. fix #953