PSPSDK 2024-12-24
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pspkerneltypes.h>
#include <pspthreadman.h>
#include <sys/pte_generic_osal.h>
Typedefs | |
typedef int | pte_osThreadHandle |
typedef int | pte_osSemaphoreHandle |
typedef int | pte_osMutexHandle |
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 |
pte_osResult __pteTlsAlloc | ( | unsigned int * | pKey | ) |
pte_osResult __pteTlsSetValue | ( | void * | pTlsThreadStruct, |
unsigned int | index, | ||
void * | value | ||
) |
pte_osResult pteTlsFree | ( | unsigned int | index | ) |
|
extern |
|
extern |
|
extern |
|
extern |