RetroArch
|
Go to the source code of this file.
Namespaces | |
glslang | |
Macros | |
#define | OS_INVALID_TLS_INDEX ((void*)0) |
Typedefs | |
typedef void * | glslang::OS_TLSIndex |
typedef unsigned int(* | glslang::TThreadEntrypoint) (void *) |
Functions | |
OS_TLSIndex | glslang::OS_AllocTLSIndex () |
bool | glslang::OS_SetTLSValue (OS_TLSIndex nIndex, void *lpvValue) |
bool | glslang::OS_FreeTLSIndex (OS_TLSIndex nIndex) |
void * | glslang::OS_GetTLSValue (OS_TLSIndex nIndex) |
void | glslang::InitGlobalLock () |
void | glslang::GetGlobalLock () |
void | glslang::ReleaseGlobalLock () |
void | glslang::OS_CleanupThreadData (void) |
void | glslang::OS_DumpMemoryCounters () |
#define OS_INVALID_TLS_INDEX ((void*)0) |