Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
posix_thread.c File Reference
#include "internal.h"
#include <assert.h>
#include <string.h>
+ Include dependency graph for posix_thread.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ _glfwPlatformCreateMutex()

GLFWbool _glfwPlatformCreateMutex ( _GLFWmutex mutex)

Definition at line 74 of file posix_thread.c.

◆ _glfwPlatformCreateTls()

GLFWbool _glfwPlatformCreateTls ( _GLFWtls tls)

Definition at line 40 of file posix_thread.c.

◆ _glfwPlatformDestroyMutex()

void _glfwPlatformDestroyMutex ( _GLFWmutex mutex)

Definition at line 87 of file posix_thread.c.

◆ _glfwPlatformDestroyTls()

void _glfwPlatformDestroyTls ( _GLFWtls tls)

Definition at line 55 of file posix_thread.c.

◆ _glfwPlatformGetTls()

void * _glfwPlatformGetTls ( _GLFWtls tls)

Definition at line 62 of file posix_thread.c.

◆ _glfwPlatformLockMutex()

void _glfwPlatformLockMutex ( _GLFWmutex mutex)

Definition at line 94 of file posix_thread.c.

◆ _glfwPlatformSetTls()

void _glfwPlatformSetTls ( _GLFWtls tls,
void *  value 
)

Definition at line 68 of file posix_thread.c.

◆ _glfwPlatformUnlockMutex()

void _glfwPlatformUnlockMutex ( _GLFWmutex mutex)

Definition at line 100 of file posix_thread.c.