genode/base-hw/src/base
Martin Stein 02c16e7106 hw: split resume_local_thread from resume_thread
Kernel::resume_thread was restricted to core when the targeted thread was in
another domain. Now there are two kernel calls, resume_local_thread and
resume_thread, where the former is never restricted and is provided via
public kernel/interface.h and the latter is always restricted to core and
is provided via core-local kernel/core_interface.h.

ref #1101
2014-04-07 17:09:52 +02:00
..
lock hw: split resume_local_thread from resume_thread 2014-04-07 17:09:52 +02:00
signal hw: sync signal contexts directly as user 2013-12-20 14:48:06 +01:00
thread hw: get a thread cap in Thread_base constructor 2014-03-07 17:24:54 +01:00
console.cc hw: replace unsynchronized by unmanaged singleton 2013-12-20 14:48:05 +01:00
ipc.cc hw: split pause_current_thread from pause_thread 2014-04-07 17:07:24 +02:00
pager.cc hw: cancel unresolved faults before pager dissolve 2013-12-20 14:48:06 +01:00
placement_new.h hw: replace unsynchronized by unmanaged singleton 2013-12-20 14:48:05 +01:00
thread_support.cc hw: get a thread cap in Thread_base constructor 2014-03-07 17:24:54 +01:00