RetroArch
Namespaces | Macros | Typedefs | Functions
osinclude.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 glslang
 

Macros

#define OS_INVALID_TLS_INDEX   ((void*)0)
 

Typedefs

typedef voidglslang::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)
 
voidglslang::OS_GetTLSValue (OS_TLSIndex nIndex)
 
void glslang::InitGlobalLock ()
 
void glslang::GetGlobalLock ()
 
void glslang::ReleaseGlobalLock ()
 
void glslang::OS_CleanupThreadData (void)
 
void glslang::OS_DumpMemoryCounters ()
 

Macro Definition Documentation

◆ OS_INVALID_TLS_INDEX

#define OS_INVALID_TLS_INDEX   ((void*)0)