glfw3.posix_thread

Translated from C to D

Members

Mixin templates

_GLFW_PLATFORM_MUTEX_STATE
mixintemplate _GLFW_PLATFORM_MUTEX_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_TLS_STATE
mixintemplate _GLFW_PLATFORM_TLS_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

_glfwPlatformCreateMutex
GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformCreateTls
GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls)

/////////////////////////////////////////////////////////////////////// /// GLFW platform API ////// ///////////////////////////////////////////////////////////////////////

_glfwPlatformDestroyMutex
void _glfwPlatformDestroyMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformDestroyTls
void _glfwPlatformDestroyTls(_GLFWtls* tls)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetTls
void* _glfwPlatformGetTls(_GLFWtls* tls)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformLockMutex
void _glfwPlatformLockMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformSetTls
void _glfwPlatformSetTls(_GLFWtls* tls, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformUnlockMutex
void _glfwPlatformUnlockMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

_GLFWmutexPOSIX
struct _GLFWmutexPOSIX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWtlsPOSIX
struct _GLFWtlsPOSIX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta