|
The Pedigree Project 0.1
|
#include <Process.h>
Collaboration diagram for Process::ExecScope:Public Member Functions | |
| ExecScope (Process &process, bool active=true) | |
| operator bool () const | |
| bool | commit () |
| void | adoptLeaderIdentity () |
Private Member Functions | |
| ExecScope (const ExecScope &)=delete | |
| ExecScope & | operator= (const ExecScope &)=delete |
Private Attributes | |
| Process * | m_pProcess |
| bool | m_bAdmitted |
| TerminationDeferral | m_TerminationDeferral |
Serialises replacement of a userspace image with clone publication.
|
explicit |
Definition at line 84 of file Process.cc.
| Process::ExecScope::~ExecScope | ( | ) |
Definition at line 100 of file Process.cc.
| void Process::ExecScope::adoptLeaderIdentity | ( | ) |
Definition at line 241 of file Process.cc.
| bool Process::ExecScope::commit | ( | ) |
Definition at line 137 of file Process.cc.
|
private |