genode/repos/base-hw/src/core/include/kernel
Martin Stein d704563453 hw: helping on IPC
On base-hw, each thread owns exactly one scheduling context for its
whole lifetime. However, introducing helping on IPC, a thread might get
executed on scheduling contexts that it doesn't own. Figuratively
spoken, the IPC-helping relation spans trees between threads. These
trees are identical to those of the IPC relation between threads. The
root of such a tree is executed on all scheduling contexts in the tree.
All other threads in the tree are not executed on any scheduling context
as long as they remain in this position. Consequently, the ready-state
of all scheduling contexts in an IPC-helping tree always equals the
state of the root context.

fix #1102
2014-12-19 13:58:47 +01:00
..
configuration.h hw: add and test totally sophisticated scheduler 2014-11-28 12:02:35 +01:00
core_interface.h hw: remove deprecated TLB declaration 2014-12-19 13:58:47 +01:00
cpu.h hw: helping on IPC 2014-12-19 13:58:47 +01:00
cpu_scheduler.h hw: helping on IPC 2014-12-19 13:58:47 +01:00
double_list.h hw: add and test totally sophisticated scheduler 2014-11-28 12:02:35 +01:00
early_translations.h hw & arm_v7: mode transition via transit ttbr0 2014-08-15 10:19:48 +02:00
fifo.h hw: add FIFO variant with for_each() method 2014-12-19 13:58:47 +01:00
ipc_node.h hw: helping on IPC 2014-12-19 13:58:47 +01:00
irq.h hw: re-organize file structure 2014-08-15 10:19:48 +02:00
kernel.h hw: re-organize file structure 2014-08-15 10:19:48 +02:00
object.h hw: re-organize file structure 2014-08-15 10:19:48 +02:00
pd.h hw: rename Kernel::Processor Kernel::Cpu 2014-11-28 12:02:35 +01:00
perf_counter.h hw: re-organize file structure 2014-08-15 10:19:48 +02:00
signal_receiver.h hw: re-organize file structure 2014-08-15 10:19:48 +02:00
thread.h hw: helping on IPC 2014-12-19 13:58:47 +01:00
thread_event.h hw: re-organize file structure 2014-08-15 10:19:48 +02:00
vm.h hw: helping on IPC 2014-12-19 13:58:47 +01:00