Functions
win32_thread.c File Reference
#include "internal.h"
#include <assert.h>
Include dependency graph for win32_thread.c:

Go to the source code of this file.

Functions

GLFWbool _glfwPlatformCreateMutex (_GLFWmutex *mutex)
 
GLFWbool _glfwPlatformCreateTls (_GLFWtls *tls)
 
void _glfwPlatformDestroyMutex (_GLFWmutex *mutex)
 
void _glfwPlatformDestroyTls (_GLFWtls *tls)
 
void_glfwPlatformGetTls (_GLFWtls *tls)
 
void _glfwPlatformLockMutex (_GLFWmutex *mutex)
 
void _glfwPlatformSetTls (_GLFWtls *tls, void *value)
 
void _glfwPlatformUnlockMutex (_GLFWmutex *mutex)
 

Function Documentation

◆ _glfwPlatformCreateMutex()

GLFWbool _glfwPlatformCreateMutex ( _GLFWmutex mutex)

Definition at line 72 of file win32_thread.c.

◆ _glfwPlatformCreateTls()

GLFWbool _glfwPlatformCreateTls ( _GLFWtls tls)

Definition at line 37 of file win32_thread.c.

◆ _glfwPlatformDestroyMutex()

void _glfwPlatformDestroyMutex ( _GLFWmutex mutex)

Definition at line 79 of file win32_thread.c.

◆ _glfwPlatformDestroyTls()

void _glfwPlatformDestroyTls ( _GLFWtls tls)

Definition at line 53 of file win32_thread.c.

◆ _glfwPlatformGetTls()

void* _glfwPlatformGetTls ( _GLFWtls tls)

Definition at line 60 of file win32_thread.c.

◆ _glfwPlatformLockMutex()

void _glfwPlatformLockMutex ( _GLFWmutex mutex)

Definition at line 86 of file win32_thread.c.

◆ _glfwPlatformSetTls()

void _glfwPlatformSetTls ( _GLFWtls tls,
void value 
)

Definition at line 66 of file win32_thread.c.

◆ _glfwPlatformUnlockMutex()

void _glfwPlatformUnlockMutex ( _GLFWmutex mutex)

Definition at line 92 of file win32_thread.c.



mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:22