![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for win32_thread.c: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.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 39 of file win32_thread.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 | ) |