6#ifndef _PSP2COMMON_KERNEL_PROCESSMGR_H_
7#define _PSP2COMMON_KERNEL_PROCESSMGR_H_
#define VITASDK_BUILD_ASSERT_EQ(__size__, __name__)
Definition build_utils.h:13
SceInt32 sec
Definition processmgr.h:23
SceKernelPowerTickType
Definition processmgr.h:49
SceUInt64 value
Definition processmgr.h:29
SceKernelProcessPriorityUser
Definition processmgr.h:41
SceUInt32 SceKernelProcessType
Definition processmgr.h:17
SceInt32 usec
Definition processmgr.h:24
SceUInt32 SceKernelTime
Definition processmgr.h:20
SceKernelProcessPrioritySystem
Definition processmgr.h:33
SceUInt64 SceKernelClock
Definition processmgr.h:19
@ SCE_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND
Cancel automatic suspension timer.
Definition processmgr.h:53
@ SCE_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING
Cancel OLED dimming timer.
Definition processmgr.h:57
@ SCE_KERNEL_POWER_TICK_DISABLE_OLED_OFF
Cancel OLED-off timer.
Definition processmgr.h:55
@ __SCE_KERNEL_POWER_TICK_DISABLE
Definition processmgr.h:58
@ SCE_KERNEL_POWER_TICK_DEFAULT
Cancel all timers.
Definition processmgr.h:51
@ __SCE_KERNEL_PROCESS_PRIORITY_USER
Definition processmgr.h:45
@ SCE_KERNEL_PROCESS_PRIORITY_USER_HIGH
Definition processmgr.h:42
@ SCE_KERNEL_PROCESS_PRIORITY_USER_DEFAULT
Definition processmgr.h:43
@ SCE_KERNEL_PROCESS_PRIORITY_USER_LOW
Definition processmgr.h:44
@ __SCE_KERNEL_PROCESS_PRIORITY_SYSTEM
Definition processmgr.h:37
@ SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_DEFAULT
Definition processmgr.h:35
@ SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_HIGH
Definition processmgr.h:34
@ SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_LOW
Definition processmgr.h:36
Definition processmgr.h:22
Definition processmgr.h:28
int32_t SceInt32
Definition types.h:44
uint64_t SceUInt64
Definition types.h:51
uint32_t SceUInt32
Definition types.h:45