![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for posix_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 posix_thread.c.
Definition at line 40 of file posix_thread.c.
| void _glfwPlatformDestroyMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 87 of file posix_thread.c.
| void _glfwPlatformDestroyTls | ( | _GLFWtls * | tls | ) |
Definition at line 55 of file posix_thread.c.
| void * _glfwPlatformGetTls | ( | _GLFWtls * | tls | ) |
Definition at line 62 of file posix_thread.c.
| void _glfwPlatformLockMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 94 of file posix_thread.c.
| void _glfwPlatformSetTls | ( | _GLFWtls * | tls, |
| void * | value | ||
| ) |
Definition at line 68 of file posix_thread.c.
| void _glfwPlatformUnlockMutex | ( | _GLFWmutex * | mutex | ) |
Definition at line 100 of file posix_thread.c.