Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Faro::Mutex Class Reference

Synchronization flag to gain exclusive access on the calling thread. More...

#include <ThreadSafety.hpp>

Public Member Functions

void Lock ()
 Obtain exclusive access to this mutex.
 
void Unlock ()
 Release the previously claimed access.
 

Detailed Description

Synchronization flag to gain exclusive access on the calling thread.

Member Function Documentation

◆ Lock()

void Faro::Mutex::Lock ( )

Obtain exclusive access to this mutex.

◆ Unlock()

void Faro::Mutex::Unlock ( )

Release the previously claimed access.


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