|
PSPSDK 2025-11-25
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <pspkerneltypes.h>#include <pspthreadman.h>#include <sys/pte_generic_osal.h>
Functions | |
| pte_osResult | __pteTlsAlloc (unsigned int *pKey) |
| void * | pteTlsGetValue (void *pTlsThreadStruct, unsigned int index) |
| pte_osResult | __pteTlsSetValue (void *pTlsThreadStruct, unsigned int index, void *value) |
| void * | __getTlsStructFromThread (SceUID thid) |
| pte_osResult | pteTlsFree (unsigned int index) |
Variables | |
| int * | __keysUsed |
| int | __maxTlsValues |
| pte_osMutexHandle | __globalTlsLock |
| void * | __globalTls |
| void * __getTlsStructFromThread | ( | SceUID | thid | ) |
| pte_osResult __pteTlsAlloc | ( | unsigned int * | pKey | ) |
| pte_osResult __pteTlsSetValue | ( | void * | pTlsThreadStruct, |
| unsigned int | index, | ||
| void * | value ) |
| pte_osResult pteTlsFree | ( | unsigned int | index | ) |
| void * pteTlsGetValue | ( | void * | pTlsThreadStruct, |
| unsigned int | index ) |
|
extern |
|
extern |
|
extern |
|
extern |