Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::thread::MutexLocker Class Reference

Detailed Description

A convenience class to lock mutexes. The mutex is unlocked when this object is destroyed.

Public Member Functions

 MutexLocker (Mutex *mutex)
 
 ~MutexLocker ()
 
void Release ()
 

Constructor & Destructor Documentation

◆ MutexLocker()

ola::thread::MutexLocker::MutexLocker ( Mutex * mutex)
explicit

Create a new MutexLocker and lock the mutex.

◆ ~MutexLocker()

ola::thread::MutexLocker::~MutexLocker ( )

Destroy this MutexLocker and unlock the mutex


The documentation for this class was generated from the following files: