summaryrefslogtreecommitdiff
path: root/include/user/kernel/threadmgr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes for thread context structsHEADmasterGrapheneCt2021-09-201-14/+4
| | | | From pthread_vita.h from Unity 2017
* Changes for SceKernelThreadOptParamInternalGrapheneCt2021-09-201-0/+2
|
* Add sceKernelGetTLSAddr in SceThreadmgrForDriverPrincess of Sleeping2021-04-241-7/+0
|
* Add sceKernelGetSystemTime functionsReiko Asakura2021-03-111-7/+0
|
* Move threadmgr functions to common headerReiko Asakura2021-03-111-21/+0
| | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist.
* Remove old SDK functionsReiko Asakura2021-03-111-27/+0
| | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
* Fix names for sceKernelGetThreadTLSAddrReiko Asakura2021-03-101-17/+15
| | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace.
* Rename include guardsReiko Asakura2021-03-081-3/+3
|
* Add package workflowReiko Asakura2021-02-111-0/+4
|
* Remove dupe: kernel/threadmgr.hReiko Asakura2021-01-191-1502/+3
|
* Add SceKernelForMono functionsGrapheneCt2020-09-181-0/+28
| | | | Credits: Graphene
* Indent with tabs instead of spacesReiko Asakura2020-09-181-13/+13
|
* Merge VitasdkReiko Asakura2020-09-141-0/+23
|\
| * Add sceKernelWaitSignal and sceKernelSendSignal (#462)Sunho Kim2020-08-031-0/+23
| | | | | | | | | | | | | | * Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h
* | Add thread related function and typesGrapheneCt2020-09-051-7/+15
| | | | | | | | Credits: Graphene
* | Merge VitasdkReiko Asakura2020-07-241-3/+3
|\|
| * Fix many args (#451)Princess of Sleeping2020-06-261-11/+11
| | | | | | Changes document and variable types
| * tabification.Simon Stapleton2020-06-111-1/+1
| |
| * Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flagsSimon Stapleton2020-06-111-2/+10
| |
* | Add thread event functions for kernelReiko Asakura2020-07-231-2/+0
| |
* | Add threadmgr constants and prototypesReiko Asakura2020-07-051-365/+804
| |
* | Add kernel constants headerReiko Asakura2020-07-051-0/+1
| |
* | Add types headersReiko Asakura2020-07-051-4/+1
| |
* | Add macro SCE_KERNEL_THREAD_ID_SELFReiko Asakura2020-03-171-0/+3
|/
* Typo fix.Rinnegatamante2018-04-181-1/+1
|
* Added SCE_KERNEL_MUTEX_ATTR_RECURSIVE reference.Rinnegatamante2018-04-181-0/+4
|
* Added some ScePowerCallbackTypes, fix some typos. (#299)Sree2018-03-141-1/+2
| | | | | | * fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types
* Remove all NID mismatched definitionsSunguk Lee2018-01-151-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
* Add missing sceKernelTryLockLwMutexFrancisco José García García2017-12-011-0/+1
|
* Fix typoFrancisco José García García2017-10-261-1/+1
|
* The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation2017-06-301-1/+1
|
* Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-151-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.
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-281-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.
* Switch license to MITdevnoname1202017-02-101-2/+0
| | | | Close #104
* Fix sceKernelCreateCond exampleSergi Granell2017-01-141-2/+2
|
* Add Condition variables prototypesSergi Granell2017-01-141-0/+109
|
* Documentation: Simplify groupingdevnoname1202016-11-171-1/+0
|
* All files should be added to the documentation nowdevnoname1202016-11-131-3/+1
|
* More stuff related to doxygendevnoname1202016-11-131-0/+4
|
* updated threadmgr pipe documentationDavee2016-09-241-22/+22
|
* Add LwCondFrancisco José García García2016-09-061-0/+15
|
* Removed sceKernelRotateThreadReadyQueue.Rinnegatamante2016-09-051-9/+0
|
* added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddrDavee2016-09-041-0/+15
|
* Add sceKernelGetSystemTimeWide1732102016-09-011-0/+6
|
* Add threadmgr LwMutex and power ClockFrequencyribbid9872016-08-021-0/+16
|
* Update wait event flagsSergi Granell2016-08-011-1/+3
|
* Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdkSMOKE52015-10-111-22/+22
|
* Initial commit. Added headers from psp2sdk.Glenn Anderson2015-08-141-0/+1003