glfw-d v1.0.1 (2020-08-20T22:17:10Z)
Dub
Repo
_GLFW_PLATFORM_TLS_STATE
glfw3
posix_thread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow __gshared
mixin template
_GLFW_PLATFORM_TLS_STATE () {
_GLFWtlsPOSIX
posix
;
}
Members
Variables
posix
_GLFWtlsPOSIX
posix
;
Undocumented in source.
Meta
Source
See Implementation
glfw3
posix_thread
mixin templates
_GLFW_PLATFORM_MUTEX_STATE
_GLFW_PLATFORM_TLS_STATE
static functions
_glfwPlatformCreateMutex
_glfwPlatformCreateTls
_glfwPlatformDestroyMutex
_glfwPlatformDestroyTls
_glfwPlatformGetTls
_glfwPlatformLockMutex
_glfwPlatformSetTls
_glfwPlatformUnlockMutex
structs
_GLFWmutexPOSIX
_GLFWtlsPOSIX