vitasdk
Documentation of the vitasdk
processmgr.h
Go to the documentation of this file.
1 
6 #ifndef _PSP2COMMON_KERNEL_PROCESSMGR_H_
7 #define _PSP2COMMON_KERNEL_PROCESSMGR_H_
8 
9 #include <vitasdk/build_utils.h>
10 #include <psp2common/types.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 
18 
21 
22 typedef struct SceKernelTimeval {
27 
28 typedef struct SceKernelTimezone {
32 
40 
48 
49 typedef enum SceKernelPowerTickType {
61 
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif /* _PSP2COMMON_KERNEL_PROCESSMGR_H_ */
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
VITASDK_BUILD_ASSERT_EQ(8, SceKernelTimeval)
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