Exports for User.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
◆ 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()
Cancel specified idle timers to prevent entering in power save processing.
- Parameters
-
- Returns
- 0
◆ sceKernelPowerLock()
Locks certain timers from triggering.
- Parameters
-
- Returns
- 0
◆ sceKernelPowerUnlock()
Unlocks certain timers.
- Parameters
-
- Returns
- 0
◆ sceKernelGetProcessTime()
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()
◆ sceKernelGetStderr()
SceUID sceKernelGetStderr |
( |
void |
| ) |
|
◆ sceKernelGetStdin()
SceUID sceKernelGetStdin |
( |
void |
| ) |
|
◆ sceKernelGetStdout()
SceUID sceKernelGetStdout |
( |
void |
| ) |
|
◆ sceKernelGetProcessParam()
const void* sceKernelGetProcessParam |
( |
void |
| ) |
|
◆ sceKernelLibcClock()
◆ sceKernelLibcTime()
◆ sceKernelLibcGettimeofday()