#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.
threading::ScopedLock::ScopedLock | ( | Mutex & | mutex | ) | [inline] |
Definition at line 97 of file PThreads.hh.
threading::ScopedLock::~ScopedLock | ( | ) | [inline] |
Definition at line 102 of file PThreads.hh.
Mutex& threading::ScopedLock::_mutex [private] |
Definition at line 94 of file PThreads.hh.