genode/base-nova/src/base
Christian Helmuth d23ee02e9a Destruct IPC-server object on entrypoint destruction
The IPC-server object exists solely on the stack of the entrypoint
thread and, therefore, would never be destructed as the thread is just
killed. Now, the object is explicitly destructed in the entrypoint
destructor. An alternative solution could instruct the entrypoint thread
the terminate, which would automatically cleanup its stack.

The object pool is assumed to be empty on destruction of the entrypoint.
If not, we warn and at least dissolve all RPC objects.
2012-11-16 13:55:00 +01:00
..
console Only write UART if transmitter-hold register empty 2012-07-16 10:35:24 +02:00
env NOVA: cleanup - remove _first_sel special handling 2012-10-08 15:08:12 +02:00
ipc NOVA: implement pause using recall kernel feature 2012-08-30 10:40:00 +02:00
lock Fix warning 2012-10-12 13:10:48 +02:00
pager Core: Shared IRQ support for Nova/FOC/OKL4 2012-10-11 17:10:16 +02:00
server Destruct IPC-server object on entrypoint destruction 2012-11-16 13:55:00 +01:00
thread Cleanup: remove 'first' and 'next' of cpu_session 2012-10-24 11:34:38 +02:00