32 Thread(
bool initiate);
36 void execute() asm ("L4_Thread_execute");
37 virtual
void run() = 0;
38 virtual
void shutdown() asm ("L4_Thread_shutdown");
42 L4::Cap<
L4::Thread> self() const throw()
48 static void start_cxx_thread(Thread *_this)
49 asm (
"L4_Thread_start_cxx_thread");
51 static void kill_cxx_thread(Thread *_this)
52 asm (
"L4_Thread_kill_cxx_thread");
L4::Cap related definitions.
C++ interface for capabilities.
Common L4 ABI Data Types.
L4 low-level kernel interface.