mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-09 03:52:56 +00:00
After constructed, a 'Thread' object may remain in a dysfunctional state should the stack allocation have failed. This condition is no longer reflected as a C++ exception but as result value of 'Thread::info()'. Keep 'Thread::name' as public constant because the stack is not always available for storing the name. The 'stack_top' accessor has been removed because this information is already provided by 'Thread::info()'. Issue #5245
This repository contains the Linux-specific implementation of Genode.