#include <glfwmutex.h>

Public Member Functions | |
| virtual | ~GlfwRecMutex () |
| virtual void | Lock () const |
| virtual void | Unlock () const |
Protected Member Functions | |
| GlfwRecMutex () | |
Private Attributes | |
| GLFWmutex | mutex |
| GLFWthread | locked_by |
| int | locked_count |
Friends | |
| class | GlfwThreadServer |
| GlfwRecMutex::~GlfwRecMutex | ( | ) | [inline, virtual] |
| GlfwRecMutex::GlfwRecMutex | ( | ) | [inline, protected] |
| void GlfwRecMutex::Lock | ( | ) | const [inline, virtual] |
Reimplemented from RecMutex.
| void GlfwRecMutex::Unlock | ( | ) | const [inline, virtual] |
Reimplemented from RecMutex.
friend class GlfwThreadServer [friend] |
GLFWmutex GlfwRecMutex::mutex [private] |
GLFWthread GlfwRecMutex::locked_by [mutable, private] |
int GlfwRecMutex::locked_count [mutable, private] |
1.5.3