|
CPN
Computational Process Networks
|
#include <PthreadErrorHandler.h>
Inheritance diagram for PthreadErrorHandler:
Collaboration diagram for PthreadErrorHandler:Public Member Functions | |
| PthreadErrorHandler (void) | |
| int | Error (void) |
| void | Clear (void) |
Protected Member Functions | |
| void | TrapError (int result) |
Protected Attributes | |
| int | error |
Definition at line 36 of file PthreadErrorHandler.h.
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Definition at line 48 of file PthreadErrorHandler.h.
References error.
Referenced by PthreadCondition::Broadcast(), PthreadAttr::DetachState(), PthreadBase::Join(), Pthread::Join(), PthreadMutex::Lock(), PthreadMutex::Poll(), Pthread::Pthread(), PthreadAttr::PthreadAttr(), PthreadBase::PthreadBase(), PthreadCondition::PthreadCondition(), PthreadConditionAttr::PthreadConditionAttr(), PthreadKey< T >::PthreadKey(), PthreadMutex::PthreadMutex(), PthreadMutexAttr::PthreadMutexAttr(), PthreadReadWriteLock::ReadUnlock(), PthreadAttr::ScheduleScope(), PthreadKey< T >::Set(), PthreadCondition::Signal(), PthreadCondition::TimedWait(), PthreadMutex::Unlock(), PthreadCondition::Wait(), PthreadReadWriteLock::WriteUnlock(), PthreadAttr::~PthreadAttr(), PthreadCondition::~PthreadCondition(), PthreadConditionAttr::~PthreadConditionAttr(), PthreadKey< T >::~PthreadKey(), PthreadMutex::~PthreadMutex(), and PthreadMutexAttr::~PthreadMutexAttr().
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file PthreadErrorHandler.h.
Referenced by Clear(), Error(), PthreadErrorHandler(), and TrapError().
1.8.5