PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
Enumerations | Functions
include/psp2/kernel/processmgr.h File Reference

Header file which defines processes related variables and functions. More...

#include <psp2/kernel/threadmgr.h>
#include <psp2/types.h>
Include dependency graph for processmgr.h:

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)

Detailed Description

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/.


Enumeration Type Documentation

anonymous enum
Enumerator:
PSP2_KERNEL_POWER_TICK_DEFAULT 

Cancel all timers

PSP2_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND 

Cancel automatic suspension timer

PSP2_KERNEL_POWER_TICK_DISABLE_OLED_OFF 

Cancel OLED-off timer

PSP2_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING 

Cancel OLED dimming timer

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines