RetroArch
Namespaces | Functions
ossource.cpp File Reference
#include "../osinclude.h"
#include "../../../OGLCompilersDLL/InitializeDll.h"
#include <pthread.h>
#include <semaphore.h>
#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <cstdio>
#include <sys/time.h>
#include <sys/resource.h>
Include dependency graph for ossource.cpp:

Namespaces

 glslang
 

Functions

static void glslang::DetachThreadLinux (void *)
 
void glslang::OS_CleanupThreadData (void)
 
OS_TLSIndex glslang::PthreadKeyToTLSIndex (pthread_key_t key)
 
pthread_key_t glslang::TLSIndexToPthreadKey (OS_TLSIndex nIndex)
 
OS_TLSIndex glslang::OS_AllocTLSIndex ()
 
bool glslang::OS_SetTLSValue (OS_TLSIndex nIndex, void *lpvValue)
 
voidglslang::OS_GetTLSValue (OS_TLSIndex nIndex)
 
bool glslang::OS_FreeTLSIndex (OS_TLSIndex nIndex)
 
void glslang::InitGlobalLock ()
 
void glslang::GetGlobalLock ()
 
void glslang::ReleaseGlobalLock ()
 
void glslang::OS_DumpMemoryCounters ()