mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
6616b0efe7
- initialize the stack size attribute with `Libc::Component::stack_size()` as default value - remove the possibly uninitialized `pthread` member from the attribute structure and obtain current attribute values in the `pthread_attr_get_np()` function, where the `pthread` object reference is given as argument - let each thread obtain its stack address and actual stack size at thread start to have the information available for other threads Fixes #2865