genode/os/src/server/loader
Alexander Boettcher c2d3543e62 base: replace obj_by_* by lookup_and_lock
Add functionality to lookup an object and lock it. Additional the case is
handled that a object may be already in-destruction and the lookup will deny
returning the object.

The object_pool generalize the lookup and lock functionality of the rpc_server
and serve as base for following up patches to fix dangling pointer issues.
2013-01-10 11:13:13 +01:00
..
child.h Loader: reflect faults to client 2013-01-07 16:31:27 +01:00
input.h Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00
main.cc base: replace obj_by_* by lookup_and_lock 2013-01-10 11:13:13 +01:00
nitpicker.h loader: Fix warnings about uninitialized variable 2012-11-01 14:48:18 +01:00
ram_session_client_guard.h Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
README Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00
rom.h Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00
target.mk Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00

This directory contains a loader service, which allows for the instantiation of
subsystems via a session interface. The resources for the new subsystem are
provided by the client when opening the session. The client has no control over
the functioning of the subsystem except for the controlling the lifetime of the
subsystem.