vitasdk
Documentation of the vitasdk

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceProcessmgr_stub



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)
 

Function Documentation

◆ sceKernelExitProcess()

int sceKernelExitProcess ( int  res)

Exit current Process with specified return code.

Parameters
[in]res- Exit code to return
Returns
0 on success, < 0 on error.

◆ sceKernelPowerTick()

int sceKernelPowerTick ( SceKernelPowerTickType  type)

Cancel specified idle timers to prevent entering in power save processing.

Parameters
[in]type- One of SceKernelPowerTickType
Returns
0

◆ sceKernelPowerLock()

int sceKernelPowerLock ( SceKernelPowerTickType  type)

Locks certain timers from triggering.

Parameters
[in]type- One of SceKernelPowerTickType
Returns
0

◆ sceKernelPowerUnlock()

int sceKernelPowerUnlock ( SceKernelPowerTickType  type)

Unlocks certain timers.

Parameters
[in]type- One of SceKernelPowerTickType
Returns
0

◆ sceKernelGetProcessTime()

int sceKernelGetProcessTime ( SceKernelSysClock pSysClock)

Get the process time of the current process.

Parameters
[out]type- Pointer to a SceKernelSysClock structure which will receive the process time.
Returns
0 on success, < 0 on error.

◆ sceKernelGetProcessTimeLow()

SceUInt32 sceKernelGetProcessTimeLow ( void  )

Get the lower 32 bits part of process time of the current process.

Returns
process time of the current process

◆ sceKernelGetProcessTimeWide()

SceUInt64 sceKernelGetProcessTimeWide ( void  )

Get the process time of the current process.

Returns
process time of the current process

◆ sceKernelGetCurrentProcess()

SceUID sceKernelGetCurrentProcess ( void  )

◆ sceKernelGetRemoteProcessTime()

SceInt32 sceKernelGetRemoteProcessTime ( SceUID  processId,
SceKernelSysClock pClock 
)

◆ sceKernelGetStderr()

SceUID sceKernelGetStderr ( void  )

◆ sceKernelGetStdin()

SceUID sceKernelGetStdin ( void  )

◆ sceKernelGetStdout()

SceUID sceKernelGetStdout ( void  )

◆ sceKernelGetProcessParam()

const void* sceKernelGetProcessParam ( void  )

◆ sceKernelLibcClock()

SceKernelClock sceKernelLibcClock ( void  )

◆ sceKernelLibcTime()

SceKernelTime sceKernelLibcTime ( SceKernelTime tloc)

◆ sceKernelLibcGettimeofday()

int sceKernelLibcGettimeofday ( SceKernelTimeval tv,
SceKernelTimezone tz 
)