vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
SceKernelIdListType | ksceKernelGetThreadmgrUIDClass (SceUID uid) |
Get the type of a Threadmgr uid. More... | |
SceUInt32 | ksceKernelGetSystemTimeLow (void) |
Get the system time. More... | |
SceInt64 | ksceKernelGetSystemTimeWide (void) |
Get the system time (wide version) More... | |
void * | ksceKernelGetThreadTLSAddr (SceUID thid, int key) |
ksceKernelGetThreadTLSAddr gets an address to a 4 bytes area of TLS memory for the specified thread More... | |
void * | ksceKernelGetTLSAddr (int key) |
ksceKernelGetTLSAddr get pointer to TLS key area for current thread More... | |
int | ksceKernelSetPermission (int value) |
Set Permission. More... | |
SceUID | ksceKernelGetProcessId (void) |
Gets the current process PID. More... | |
SceUID | ksceKernelGetProcessIdFromTLS (void) |
Get Process id from Thread Local Storage. More... | |
SceUID | ksceKernelSetProcessIdToTLS (SceUID pid) |
Set Process id to Thread Local Storage. More... | |
int | ksceKernelRunWithStack (SceSize stack_size, int(*to_call)(void *), void *args) |
Runs a function with larger stack size. More... | |