L4Re Operating System Framework
Interface and Usage Documentation
|
Data Structures | |
class | L4Re::Parent |
Parent interface. More... | |
Parent interface.
The parent interface provides means for an L4 task to signal changes in its execution state. The main purpose is to signal program termination to the program that started it, so that its resources can be reclaimed. In a typical L4Re system, this program will be Moe or Ned.