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