dodo
0.0.1
A C++ library to create containerized Linux services
|
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... | |
Interface for Thread programming.
void dodo::threads::closeLibrary | ( | ) |
Close the dodo::threads library.
Definition at line 45 of file threads.hpp.
Referenced by dodo::closeLibrary().
void dodo::threads::initLibrary | ( | ) |
Initialize the dodo::threads library.
Definition at line 39 of file threads.hpp.
Referenced by dodo::initLibrary().