Embedded Template Library 1.0
|
#include <mutex.h>
Public Types | |
typedef TMutex | mutex_type |
Public Member Functions | |
lock_guard (mutex_type &m_) | |
~lock_guard () | |
Destructor. | |
lock_guard A mutex wrapper that provides an RAII mechanism for owning a mutex for the duration of a scoped block.
|
inlineexplicit |
Constructor Locks the mutex.