diff options
author | Reiko Asakura | 2020-07-05 20:50:52 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-05 20:50:52 -0400 |
commit | 7df549ba76f43ca796d36ff8af6d39d94e3f3a06 (patch) | |
tree | a10d69f5875ff51610ca61129976cd146a0437bb /include/user/kernel/processmgr.h | |
parent | Name changes to match style (diff) | |
parent | Add threadmgr constants and prototypes (diff) | |
download | vds-libraries-7df549ba76f43ca796d36ff8af6d39d94e3f3a06.tar.gz |
Merge
Diffstat (limited to 'include/user/kernel/processmgr.h')
-rw-r--r-- | include/user/kernel/processmgr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h index 70e50b6..e515f60 100644 --- a/include/user/kernel/processmgr.h +++ b/include/user/kernel/processmgr.h @@ -8,9 +8,6 @@ extern "C" { #endif -/** UID of the current process */ -#define SCE_KERNEL_PROCESS_ID_SELF 0 - typedef enum SceKernelProcessPrioritySystem { SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_HIGH = 32, SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_DEFAULT = 96, @@ -93,13 +90,6 @@ SceUInt32 sceKernelGetProcessTimeLow(void); */ SceUInt64 sceKernelGetProcessTimeWide(void); -/** - * Get the process ID of the current process. - * - * @return process ID of the current process - */ -SceUID sceKernelGetProcessId(void); - #ifdef __cplusplus } #endif |