genode/base-nova/include/base
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
..
cap_map.h nova: introduce cap_map 2013-11-18 11:01:45 +01:00
ipc_msgbuf.h nova: use cap_map for IPC 2013-11-18 11:01:46 +01:00
ipc_pager.h nova: map write_combined ds as dma able 2013-02-21 11:52:02 +01:00
native_types.h thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
pager.h nova: support creation of vCPU in own PD 2013-11-25 12:12:31 +01:00
sleep.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread_state.h GDB monitor: find out page faulting thread 2013-10-25 23:49:00 +02:00