RetroArch
|
#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>
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) |
void * | glslang::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 () |