libwallaby  v24
The wallaby standard library
Mutex Class Reference

#include <thread.hpp>

Public Member Functions

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

Constructor & Destructor Documentation

Mutex::Mutex ( )
Mutex::~Mutex ( )

Member Function Documentation

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

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