L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches

Parent interface. More...

+ Collaboration diagram for Parent API:

Data Structures

class  L4Re::Parent
 Parent interface. More...
 

Detailed Description

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.

See also
L4Re::Parent for information about the concrete interface.