RetroArch
Functions
tls-helper.h File Reference
#include "../psp/pte_osal.h"
Include dependency graph for tls-helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

pte_osResult pteTlsGlobalInit (int maxEntries)
 
voidpteTlsThreadInit (void)
 
pte_osResult pteTlsAlloc (unsigned int *pKey)
 
voidpteTlsGetValue (void *pTlsThreadStruct, unsigned int index)
 
pte_osResult pteTlsSetValue (void *pTlsThreadStruct, unsigned int index, void *value)
 
pte_osResult pteTlsFree (unsigned int index)
 
void pteTlsThreadDestroy (void *pTlsThreadStruct)
 
void pteTlsGlobalDestroy (void)
 

Function Documentation

◆ pteTlsAlloc()

pte_osResult pteTlsAlloc ( unsigned int *  pKey)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pteTlsFree()

pte_osResult pteTlsFree ( unsigned int  index)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pteTlsGetValue()

void* pteTlsGetValue ( void pTlsThreadStruct,
unsigned int  index 
)
Here is the caller graph for this function:

◆ pteTlsGlobalDestroy()

void pteTlsGlobalDestroy ( void  )
Here is the call graph for this function:

◆ pteTlsGlobalInit()

pte_osResult pteTlsGlobalInit ( int  maxEntries)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pteTlsSetValue()

pte_osResult pteTlsSetValue ( void pTlsThreadStruct,
unsigned int  index,
void value 
)
Here is the caller graph for this function:

◆ pteTlsThreadDestroy()

void pteTlsThreadDestroy ( void pTlsThreadStruct)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pteTlsThreadInit()

void* pteTlsThreadInit ( void  )
Here is the call graph for this function:
Here is the caller graph for this function: