genode/base/src
Stefan Kalkowski 5447c406e5 thread: rearrange thread context management
Use a bit allocator for the allocation management of thread contexts,
instead of holding allocation information within the Thread_base objects,
which lead to race conditions in the past.

Moreover, extend the Thread_base class interface with the ability to
to add additional stacks to a thread, and associate the context they're
located in with the corresponding Thread_base object. Additional stacks
can be used to do user-level scheduling with stack switching, without breaking
Genode's API.

Fixes #1024
Fixes #1036
2014-01-27 18:54:09 +01:00
..
base thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
core base: catch errors during ram_ds allocation 2013-12-20 15:16:25 +01:00
lib Support for building all libs via 'make lib' 2012-01-24 18:56:35 +01:00
platform arm: raise stack size of main thread 2013-12-03 08:33:26 +01:00
test run: test for main thread_base object 2013-12-20 14:48:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains all source codes.