libkipr  1.0.0
kipr::thread::Mutex Class Reference

#include <thread.hpp>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 

Constructor & Destructor Documentation

◆ Mutex()

kipr::thread::Mutex::Mutex ( )

◆ ~Mutex()

kipr::thread::Mutex::~Mutex ( )

Member Function Documentation

◆ lock()

void kipr::thread::Mutex::lock ( )

◆ tryLock()

bool kipr::thread::Mutex::tryLock ( )

◆ unlock()

void kipr::thread::Mutex::unlock ( )

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