glfw-d v1.0.1 (2020-08-20T22:17:10Z)
Dub
Repo
_GLFWmutexPOSIX
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
_GLFWmutexPOSIX {
import
core
.
sys
.
posix
.
pthread
:
pthread_mutex_t
;
;
GLFWbool
allocated
;
pthread_mutex_t
handle
;
}
Members
Variables
allocated
GLFWbool
allocated
;
Undocumented in source.
handle
pthread_mutex_t
handle
;
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