Guitar
Public Member Functions | Public Attributes | List of all members
Mutex Class Reference

#include <mutex.h>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
void lock ()
 
void unlock ()
 

Public Attributes

pthread_mutex_t _handle
 

Constructor & Destructor Documentation

◆ Mutex()

Mutex::Mutex ( )
inline

◆ ~Mutex()

Mutex::~Mutex ( )
inline

Member Function Documentation

◆ lock()

void Mutex::lock ( )
inline

◆ unlock()

void Mutex::unlock ( )
inline

Member Data Documentation

◆ _handle

pthread_mutex_t Mutex::_handle

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