|
CPN
Computational Process Networks
|
#include <PthreadMutex.h>
Collaboration diagram for PthreadMutexProtected:Public Member Functions | |
| PthreadMutexProtected (PthreadMutex &tm) | |
| ~PthreadMutexProtected () | |
Private Attributes | |
| PthreadMutex * | theMutex |
Definition at line 61 of file PthreadMutex.h.
|
inline |
Definition at line 63 of file PthreadMutex.h.
References PthreadMutex::Take(), and theMutex.
Here is the call graph for this function:
|
inline |
Definition at line 64 of file PthreadMutex.h.
References PthreadMutex::Give(), and theMutex.
Here is the call graph for this function:
|
private |
Definition at line 66 of file PthreadMutex.h.
Referenced by PthreadMutexProtected(), and ~PthreadMutexProtected().
1.8.5