diff options
-rw-r--r-- | include/user/kernel/threadmgr.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h index c984c36..d32b705 100644 --- a/include/user/kernel/threadmgr.h +++ b/include/user/kernel/threadmgr.h @@ -226,15 +226,6 @@ int sceKernelChangeCurrentThreadAttr(int unknown, SceUInt attr); int sceKernelChangeThreadPriority(SceUID thid, int priority); /** - * Rotate thread ready queue at a set priority - * - * @param priority - The priority of the queue - * - * @return 0 on success, < 0 on error. - */ -int sceKernelRotateThreadReadyQueue(int priority); - -/** * Release a thread in the wait state. * * @param thid - The UID of the thread. |