vitasdk
Documentation of the vitasdk
processmgr.h File Reference

Go to the source code of this file.

Functions

int sceKernelExitProcess (int res)
 Exit current Process with specified return code. More...
 
int sceKernelPowerTick (SceKernelPowerTickType type)
 Cancel specified idle timers to prevent entering in power save processing. More...
 
int sceKernelPowerLock (SceKernelPowerTickType type)
 Locks certain timers from triggering. More...
 
int sceKernelPowerUnlock (SceKernelPowerTickType type)
 Unlocks certain timers. More...
 
int sceKernelGetProcessTime (SceKernelSysClock *pSysClock)
 Get the process time of the current process. More...
 
SceUInt32 sceKernelGetProcessTimeLow (void)
 Get the lower 32 bits part of process time of the current process. More...
 
SceUInt64 sceKernelGetProcessTimeWide (void)
 Get the process time of the current process. More...
 
SceUID sceKernelGetCurrentProcess (void)
 
SceInt32 sceKernelGetRemoteProcessTime (SceUID processId, SceKernelSysClock *pClock)
 
SceUID sceKernelGetStderr (void)
 
SceUID sceKernelGetStdin (void)
 
SceUID sceKernelGetStdout (void)
 
const void * sceKernelGetProcessParam (void)
 
SceKernelClock sceKernelLibcClock (void)
 
SceKernelTime sceKernelLibcTime (SceKernelTime *tloc)
 
int sceKernelLibcGettimeofday (SceKernelTimeval *tv, SceKernelTimezone *tz)