|
The Pedigree Project 0.1
|
#include <Process.h>
Collaboration diagram for Process::ThreadCreationScope:Public Member Functions | |
| ThreadCreationScope (Process &process) | |
| operator bool () const | |
Private Member Functions | |
| ThreadCreationScope (const ThreadCreationScope &)=delete | |
| ThreadCreationScope & | operator= (const ThreadCreationScope &)=delete |
Private Attributes | |
| Process * | m_pProcess |
| TerminationDeferral | m_TerminationDeferral |
Keeps an admitted clone alive until construction and publication finish.
|
explicit |
Definition at line 117 of file Process.cc.
| Process::ThreadCreationScope::~ThreadCreationScope | ( | ) |
Definition at line 126 of file Process.cc.
|
inlineexplicit |
|
private |