summaryrefslogtreecommitdiff
path: root/include/user/kernel/threadmgr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-08Rename include guardsReiko Asakura1-3/+3
2021-02-11Add package workflowReiko Asakura1-0/+4
2021-01-19Remove dupe: kernel/threadmgr.hReiko Asakura1-1502/+3
2020-09-18Add SceKernelForMono functionsGrapheneCt1-0/+28
Credits: Graphene
2020-09-18Indent with tabs instead of spacesReiko Asakura1-13/+13
2020-09-05Add thread related function and typesGrapheneCt1-7/+15
Credits: Graphene
2020-08-03Add sceKernelWaitSignal and sceKernelSendSignal (#462)Sunho Kim1-0/+23
* Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h
2020-07-23Add thread event functions for kernelReiko Asakura1-2/+0
2020-07-05Add threadmgr constants and prototypesReiko Asakura1-365/+804
2020-07-05Add kernel constants headerReiko Asakura1-0/+1
2020-07-05Add types headersReiko Asakura1-4/+1
2020-06-26Fix many args (#451)Princess of Sleeping1-11/+11
Changes document and variable types
2020-06-23Revert vitasdk commitsReiko Asakura1-10/+2
Revert "Added sceAppMgrGetBudgetInfo prototype." This reverts commit 8fa5c1fd177b7f921ee809cea04099d3c7e25933. Revert "Added sceSharedFB group in doxygen doc." This reverts commit 70876044c82f8320eaa8c2da6b8af61b48625b18. Revert "Fix for incorrect sceGxmGetRenderTargetMemSize prototype." This reverts commit 361b2153c3ffee8aa4a022a41541391b6465d9fd. Revert "Added sceAVConfigSetDisplayColorSpaceMode prototype (#444)" This reverts commit 3a130e9ab8a981316dbd3d03abccf0a651baabe1. Revert "Added sceSharedFb prototypes." This reverts commit fe1adba231c35f60c0c54ed63bc52d9c25520bc5. Revert "tabification." This reverts commit 537864dfd836390810a0fc5b91256507f3459398. Revert "Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags" This reverts commit eaeaa78e3890aa5ebf12ff88c2f57a08cfda9a51. Revert "Added sceGxmVshInitialize reference." This reverts commit dafa6f1c3a58a2ea9af8008edef4d4c6168c2f90.
2020-06-11tabification.Simon Stapleton1-1/+1
2020-06-11Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flagsSimon Stapleton1-2/+10
2020-03-17Add macro SCE_KERNEL_THREAD_ID_SELFReiko Asakura1-0/+3
2018-04-18Typo fix.Rinnegatamante1-1/+1
2018-04-18Added SCE_KERNEL_MUTEX_ATTR_RECURSIVE reference.Rinnegatamante1-0/+4
2018-03-14Added some ScePowerCallbackTypes, fix some typos. (#299)Sree1-1/+2
* fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types
2018-01-15Remove all NID mismatched definitionsSunguk Lee1-9/+0
anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201
2017-12-01Add missing sceKernelTryLockLwMutexFrancisco José García García1-0/+1
2017-10-26Fix typoFrancisco José García García1-1/+1
2017-06-30The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation1-1/+1
2017-06-15Named anonymous enums in psp2. (#179)Rinnegatamante1-78/+77
* Named anonymous enums in psp2. Named anonymous enums in psp2. * Properly sorted enums. * Several modifications (see desc) Added some missing info, fixed identation in some places, aligned all enums and comments with spaces as delimiters, replaced decimal negative errorcode in location.h with hexadecimal one, added some comments and fixed some documentation comments. * Minor fixes in identation. * Yet another minor identation fix. * Fixed enums in structs. * Reverted SceBool changes. * SceBool fix. * Fix for compilation with g++- * Added some doc references in jpegenc. * Fixed some references.
2017-03-28Typo fixing, and misnamed struct (#151)Hexxellor1-10/+10
* Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.
2017-02-10Switch license to MITdevnoname1201-2/+0
Close #104
2017-01-14Fix sceKernelCreateCond exampleSergi Granell1-2/+2
2017-01-14Add Condition variables prototypesSergi Granell1-0/+109
2016-11-17Documentation: Simplify groupingdevnoname1201-1/+0
2016-11-13All files should be added to the documentation nowdevnoname1201-3/+1
2016-11-13More stuff related to doxygendevnoname1201-0/+4
2016-09-24updated threadmgr pipe documentationDavee1-22/+22
2016-09-06Add LwCondFrancisco José García García1-0/+15
2016-09-05Removed sceKernelRotateThreadReadyQueue.Rinnegatamante1-9/+0
2016-09-04added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddrDavee1-0/+15
2016-09-01Add sceKernelGetSystemTimeWide1732101-0/+6
2016-08-02Add threadmgr LwMutex and power ClockFrequencyribbid9871-0/+16
2016-08-01Update wait event flagsSergi Granell1-1/+3
2015-10-11Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdkSMOKE51-22/+22