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

Detailed Description

A Mutex object

Public Member Functions

 Mutex ()
 ~Mutex ()
void Lock ()
bool TryLock ()
void Unlock ()

Friends

class ConditionVariable

Constructor & Destructor Documentation

◆ Mutex()

Construct a new mutex object

◆ ~Mutex()

Member Function Documentation

◆ Lock()

Lock this mutex

◆ TryLock()

Try and lock this mutex

Returns
true if we got the lock, false otherwise

◆ Unlock()

Unlock this mutex


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