#include <mutex.h>

Public Member Functions | |
| virtual | ~Mutex () |
| virtual void | Lock () const |
| virtual void | Unlock () const |
Protected Member Functions | |
| Mutex () | |
Friends | |
| class | ThreadServer |
| virtual Mutex::~Mutex | ( | ) | [inline, virtual] |
| Mutex::Mutex | ( | ) | [inline, protected] |
| virtual void Mutex::Lock | ( | ) | const [inline, virtual] |
Reimplemented in GlfwMutex, GlfwRecMutex, and RecMutex.
| virtual void Mutex::Unlock | ( | ) | const [inline, virtual] |
Reimplemented in GlfwMutex, GlfwRecMutex, and RecMutex.
friend class ThreadServer [friend] |
Reimplemented in RecMutex.
1.5.3