#include <glfwmutex.h>

Public Member Functions | |
| virtual | ~GlfwMutex () |
| virtual void | Lock () const |
| Locks the mutex. | |
| virtual void | Unlock () const |
| Unlocks the mutex. | |
Protected Member Functions | |
| GlfwMutex () | |
Private Attributes | |
| GLFWmutex | mutex |
Friends | |
| class | GlfwThreadServer |
| class | GlfwCondition |
| GlfwMutex::~GlfwMutex | ( | ) | [inline, virtual] |
| GlfwMutex::GlfwMutex | ( | ) | [inline, protected] |
| void GlfwMutex::Lock | ( | ) | const [inline, virtual] |
| void GlfwMutex::Unlock | ( | ) | const [inline, virtual] |
friend class GlfwThreadServer [friend] |
friend class GlfwCondition [friend] |
GLFWmutex GlfwMutex::mutex [private] |
1.5.3