#include <mutex.h>
Detailed Description
A simple implementation of mutex as a wrapper around a pthread mutex or a win32 critical section.
- Author
- Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
- Since
- 0.9
Definition at line 31 of file mutex.h.
Constructor & Destructor Documentation
Contructs a new simple mutex.
Definition at line 90 of file mutex.cpp.
Member Function Documentation
Releases the mutex.
Definition at line 105 of file mutex.cpp.
The documentation for this class was generated from the following files: