genode/repos/base-okl4/src/core/include
Norman Feske e20bbe7002 base: remove integer return codes from PD-session
The return code of assign_parent remained unused. So this patch
removes it.

The bind_thread function fails only due to platform-specific limitations
such as the exhaustion of ID name spaces, which cannot be sensibly
handled by the PD-session client. If occurred, such conditions used to
be reflected by integer return codes that were used for diagnostic
messages only. The patch removes the return codes and leaves the
diagnostic output to core.

Fixes #1842
2016-05-09 13:09:56 +02:00
..
core_rm_session.h
ipc_pager.h core: unify and simplify paging code (Fix #1641) 2015-08-21 10:58:59 +02:00
map_local.h
platform_pd.h base: remove integer return codes from PD-session 2016-05-09 13:09:56 +02:00
platform_thread.h base: separate native CPU from CPU session 2016-04-25 10:47:57 +02:00
platform.h safeguard the synchronized allocator template 2015-09-30 12:20:39 +02:00
stdint.h
util.h