Searched refs:_glfwPlatformSetTls (Results 1 - 8 of 8) sorted by relevance
/third_party/glfw/src/ |
H A D | posix_thread.c | 68 void _glfwPlatformSetTls(_GLFWtls* tls, void* value) in _glfwPlatformSetTls() function
|
H A D | win32_thread.c | 67 void _glfwPlatformSetTls(_GLFWtls* tls, void* value) in _glfwPlatformSetTls() function
|
H A D | wgl_context.c | 306 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentWGL() 311 _glfwPlatformSetTls(&_glfw.contextSlot, NULL); in makeContextCurrentWGL() 322 _glfwPlatformSetTls(&_glfw.contextSlot, NULL); in makeContextCurrentWGL()
|
H A D | init.c | 364 _glfwPlatformSetTls(&_glfw.errorSlot, error); in _glfwInputError() 419 _glfwPlatformSetTls(&_glfw.errorSlot, &_glfwMainThreadError); in glfwInit()
|
H A D | osmesa_context.c | 65 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentOSMesa()
|
H A D | glx_context.c | 182 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentGLX()
|
H A D | egl_context.c | 272 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentEGL()
|
H A D | internal.h | 905 void _glfwPlatformSetTls(_GLFWtls* tls, void* value);
|
Completed in 8 milliseconds