definition of ScopedLock; More...
#include <PThreads.hh>
Public Member Functions | |
ScopedLock (Mutex &mutex) | |
~ScopedLock () | |
Private Attributes | |
Mutex & | _mutex |
definition of ScopedLock;
Definition at line 92 of file PThreads.hh.
|
inline |
Definition at line 97 of file PThreads.hh.
|
inline |
Definition at line 102 of file PThreads.hh.
|
private |
Definition at line 94 of file PThreads.hh.