summaryrefslogtreecommitdiff
path: root/include/user/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/kernel')
-rw-r--r--include/user/kernel/threadmgr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h
index aa43e0c..6535d85 100644
--- a/include/user/kernel/threadmgr.h
+++ b/include/user/kernel/threadmgr.h
@@ -225,15 +225,6 @@ int sceKernelChangeCurrentThreadAttr(int unknown, SceUInt attr);
int sceKernelChangeThreadPriority(SceUID thid, int priority);
/**
- * Release a thread in the wait state.
- *
- * @param thid - The UID of the thread.
- *
- * @return 0 on success, < 0 on error
- */
-int sceKernelReleaseWaitThread(SceUID thid);
-
-/**
* Get the current thread Id
*
* @return The thread id of the calling thread.