glfw-d v1.0.1 (2020-08-20T22:17:10Z)
Dub
Repo
_GLFWtlsPOSIX
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
struct
_GLFWtlsPOSIX {
GLFWbool
allocated
;
pthread_key_t
key
;
}
Members
Variables
allocated
GLFWbool
allocated
;
Undocumented in source.
key
pthread_key_t
key
;
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