mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
e4f28625e3
When creating a 'Child' object with an already active entrypoint, session requests may arrive as soon as the '_process' is created. We have to make sure that at least all parts of the 'Child' object needed for serving 'session' requests are constructed. This is particularly important for the '_policy' member. |
||
---|---|---|
.. | ||
32bit/base | ||
64bit/base | ||
arm/cpu | ||
base | ||
cap_session | ||
cpu_session | ||
dataspace | ||
drivers | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
pager | ||
parent | ||
pd_session | ||
ram_session | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
signal_session | ||
thread | ||
util | ||
x86/cpu | ||
x86_32/cpu | ||
x86_64/cpu | ||
README |
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.