|
CPN
Computational Process Networks
|
#include <PthreadConditionAttr.h>
Inheritance diagram for PthreadConditionAttr:
Collaboration diagram for PthreadConditionAttr:Public Member Functions | |
| PthreadConditionAttr (void) | |
| ~PthreadConditionAttr (void) | |
| operator pthread_condattr_t * (void) | |
| operator const pthread_condattr_t * (void) const | |
| int | Error (void) |
| void | Clear (void) |
Protected Member Functions | |
| void | TrapError (int result) |
Protected Attributes | |
| int | error |
Private Attributes | |
| pthread_condattr_t | condAttr |
Definition at line 39 of file PthreadConditionAttr.h.
| PthreadConditionAttr::PthreadConditionAttr | ( | void | ) |
Definition at line 31 of file PthreadConditionAttr.cc.
References condAttr, and PthreadErrorHandler::TrapError().
Here is the call graph for this function:| PthreadConditionAttr::~PthreadConditionAttr | ( | void | ) |
Definition at line 39 of file PthreadConditionAttr.cc.
References condAttr, and PthreadErrorHandler::TrapError().
Here is the call graph for this function:
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineprotectedinherited |
Definition at line 48 of file PthreadErrorHandler.h.
References PthreadErrorHandler::error.
Referenced by PthreadCondition::Broadcast(), PthreadAttr::DetachState(), PthreadBase::Join(), Pthread::Join(), PthreadMutex::Lock(), PthreadMutex::Poll(), Pthread::Pthread(), PthreadAttr::PthreadAttr(), PthreadBase::PthreadBase(), PthreadCondition::PthreadCondition(), 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(), PthreadKey< T >::~PthreadKey(), PthreadMutex::~PthreadMutex(), and PthreadMutexAttr::~PthreadMutexAttr().
Here is the caller graph for this function:
|
private |
Definition at line 53 of file PthreadConditionAttr.h.
Referenced by operator const pthread_condattr_t *(), operator pthread_condattr_t *(), PthreadConditionAttr(), and ~PthreadConditionAttr().
|
protectedinherited |
Definition at line 43 of file PthreadErrorHandler.h.
Referenced by PthreadErrorHandler::Clear(), PthreadErrorHandler::Error(), PthreadErrorHandler::PthreadErrorHandler(), and PthreadErrorHandler::TrapError().
1.8.5