Functions
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 _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

GLFWbool _glfwPlatformCreateMutex ( _GLFWmutex mutex)

Definition at line 72 of file posix_thread.c.

GLFWbool _glfwPlatformCreateTls ( _GLFWtls tls)

Definition at line 38 of file posix_thread.c.

void _glfwPlatformDestroyMutex ( _GLFWmutex mutex)

Definition at line 85 of file posix_thread.c.

void _glfwPlatformDestroyTls ( _GLFWtls tls)

Definition at line 53 of file posix_thread.c.

void* _glfwPlatformGetTls ( _GLFWtls tls)

Definition at line 60 of file posix_thread.c.

void _glfwPlatformLockMutex ( _GLFWmutex mutex)

Definition at line 92 of file posix_thread.c.

void _glfwPlatformSetTls ( _GLFWtls tls,
void value 
)

Definition at line 66 of file posix_thread.c.

void _glfwPlatformUnlockMutex ( _GLFWmutex mutex)

Definition at line 98 of file posix_thread.c.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:28