|
CPN
Computational Process Networks
|
#include <PthreadMutexAttr.h>
Inheritance diagram for PthreadMutexAttr:
Collaboration diagram for PthreadMutexAttr:Public Member Functions | |
| PthreadMutexAttr (void) | |
| ~PthreadMutexAttr (void) | |
| operator pthread_mutexattr_t * (void) | |
| operator const pthread_mutexattr_t * (void) const | |
| int | Error (void) |
| void | Clear (void) |
Protected Member Functions | |
| void | TrapError (int result) |
Protected Attributes | |
| int | error |
Private Attributes | |
| pthread_mutexattr_t | theAttr |
Friends | |
| class | PthreadMutex |
Definition at line 38 of file PthreadMutexAttr.h.
| PthreadMutexAttr::PthreadMutexAttr | ( | void | ) |
Definition at line 32 of file PthreadMutexAttr.cc.
References theAttr, and PthreadErrorHandler::TrapError().
Here is the call graph for this function:| PthreadMutexAttr::~PthreadMutexAttr | ( | void | ) |
Definition at line 39 of file PthreadMutexAttr.cc.
References theAttr, 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::PthreadConditionAttr(), PthreadKey< T >::PthreadKey(), PthreadMutex::PthreadMutex(), 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().
Here is the caller graph for this function:
|
friend |
Definition at line 76 of file PthreadMutexAttr.h.
|
protectedinherited |
Definition at line 43 of file PthreadErrorHandler.h.
Referenced by PthreadErrorHandler::Clear(), PthreadErrorHandler::Error(), PthreadErrorHandler::PthreadErrorHandler(), and PthreadErrorHandler::TrapError().
|
private |
Definition at line 68 of file PthreadMutexAttr.h.
Referenced by operator const pthread_mutexattr_t *(), operator pthread_mutexattr_t *(), PthreadMutexAttr(), and ~PthreadMutexAttr().
1.8.5