dodo  0.0.1
A C++ library to create containerized Linux services
dodo::threads Namespace Reference

Interface for Thread programming. More...

Data Structures

class  Mutex
 A Mutex to synchronize access to resources between threads. More...
 
class  Mutexer
 Waits for and locks the Mutex on construction, unlocks the Mutex when this Mutexer is destructed. More...
 
class  Thread
 Abstract Thread class. More...
 

Functions

void closeLibrary ()
 Close the dodo::threads library. More...
 
void initLibrary ()
 Initialize the dodo::threads library. More...
 

Detailed Description

Interface for Thread programming.

Function Documentation

◆ closeLibrary()

void dodo::threads::closeLibrary ( )

Close the dodo::threads library.

Definition at line 45 of file threads.hpp.

Referenced by dodo::closeLibrary().

Here is the caller graph for this function:

◆ initLibrary()

void dodo::threads::initLibrary ( )

Initialize the dodo::threads library.

Definition at line 39 of file threads.hpp.

Referenced by dodo::initLibrary().

Here is the caller graph for this function: