summaryrefslogtreecommitdiff
path: root/include/user/kernel/threadmgr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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