![]() |
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. | |
| SceUInt32 | ksceKernelGetSystemTimeLow (void) |
| Get the system time. | |
| SceInt64 | ksceKernelGetSystemTimeWide (void) |
| Get the system time (wide version) | |
| void * | ksceKernelGetThreadTLSAddr (SceUID thid, int key) |
| ksceKernelGetThreadTLSAddr gets an address to a 4 bytes area of TLS memory for the specified thread | |
| void * | ksceKernelGetTLSAddr (int key) |
| ksceKernelGetTLSAddr get pointer to TLS key area for current thread | |
| int | ksceKernelSetPermission (int value) |
| Set Permission. | |
| SceUID | ksceKernelGetProcessId (void) |
| Gets the current process PID. | |
| SceUID | ksceKernelGetProcessIdFromTLS (void) |
| Get Process id from Thread Local Storage. | |
| SceUID | ksceKernelSetProcessIdToTLS (SceUID pid) |
| Set Process id to Thread Local Storage. | |
| int | ksceKernelRunWithStack (SceSize stack_size, int(*to_call)(void *), void *args) |
| Runs a function with larger stack size. | |