PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
Header file which defines processes related variables and functions. More...
Go to the source code of this file.
Enumerations | |
enum | { PSP2_KERNEL_PROCESS_PRIORITY_SYSTEM_HIGH = 32, PSP2_KERNEL_PROCESS_PRIORITY_SYSTEM_DEFAULT = 96, PSP2_KERNEL_PROCESS_PRIORITY_SYSTEM_LOW = 159 } |
enum | { PSP2_KERNEL_PROCESS_PRIORITY_USER_HIGH = 64, PSP2_KERNEL_PROCESS_PRIORITY_USER_DEFAULT = 96, PSP2_KERNEL_PROCESS_PRIORITY_USER_LOW = 127 } |
enum | { PSP2_KERNEL_POWER_TICK_DEFAULT = 0, PSP2_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND = 1, PSP2_KERNEL_POWER_TICK_DISABLE_OLED_OFF = 4, PSP2_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING = 6 } |
Functions | |
int | sceKernelExitProcess (int res) |
int | sceKernelPowerTick (int type) |
int | sceKernelGetProcessTime (SceKernelSysClock *pSysClock) |
SceUInt32 | sceKernelGetProcessTimeLow (void) |
SceUInt64 | sceKernelGetProcessTimeWide (void) |
Header file which defines processes related variables and functions.
Copyright (C) 2015 PSP2SDK Project
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.