Go to the source code of this file.
Functions | |
GLFWbool | _glfwPlatformCreateMutex (_GLFWmutex *mutex) |
GLFWbool | _glfwPlatformCreateTls (_GLFWtls *tls) |
void | _glfwPlatformDestroyMutex (_GLFWmutex *mutex) |
void | _glfwPlatformDestroyTls (_GLFWtls *tls) |
void * | _glfwPlatformGetTls (_GLFWtls *tls) |
void | _glfwPlatformLockMutex (_GLFWmutex *mutex) |
void | _glfwPlatformSetTls (_GLFWtls *tls, void *value) |
void | _glfwPlatformUnlockMutex (_GLFWmutex *mutex) |
GLFWbool _glfwPlatformCreateMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 72 of file win32_thread.c.
Definition at line 37 of file win32_thread.c.
void _glfwPlatformDestroyMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 79 of file win32_thread.c.
Definition at line 53 of file win32_thread.c.
Definition at line 60 of file win32_thread.c.
void _glfwPlatformLockMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 86 of file win32_thread.c.
Definition at line 66 of file win32_thread.c.
void _glfwPlatformUnlockMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 92 of file win32_thread.c.