![]() |
Wise&mystical
1.0
Project about Europe
|
Go to the source code of this file.
Functions | |
GLFWbool | _glfwPlatformCreateTls (_GLFWtls *tls) |
void | _glfwPlatformDestroyTls (_GLFWtls *tls) |
void * | _glfwPlatformGetTls (_GLFWtls *tls) |
void | _glfwPlatformSetTls (_GLFWtls *tls, void *value) |
GLFWbool | _glfwPlatformCreateMutex (_GLFWmutex *mutex) |
void | _glfwPlatformDestroyMutex (_GLFWmutex *mutex) |
void | _glfwPlatformLockMutex (_GLFWmutex *mutex) |
void | _glfwPlatformUnlockMutex (_GLFWmutex *mutex) |
GLFWbool _glfwPlatformCreateMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 74 of file win32_thread.c.
Definition at line 39 of file win32_thread.c.
void _glfwPlatformDestroyMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 81 of file win32_thread.c.
void _glfwPlatformDestroyTls | ( | _GLFWtls * | tls | ) |
Definition at line 55 of file win32_thread.c.
void * _glfwPlatformGetTls | ( | _GLFWtls * | tls | ) |
void _glfwPlatformLockMutex | ( | _GLFWmutex * | mutex | ) |
void _glfwPlatformSetTls | ( | _GLFWtls * | tls, |
void * | value | ||
) |
void _glfwPlatformUnlockMutex | ( | _GLFWmutex * | mutex | ) |