Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for thread context structsHEADmaster | GrapheneCt | 2021-09-20 | 1 | -14/+4 |
| | | | | From pthread_vita.h from Unity 2017 | ||||
* | Changes for SceKernelThreadOptParamInternal | GrapheneCt | 2021-09-20 | 1 | -0/+2 |
| | |||||
* | Add sceKernelGetTLSAddr in SceThreadmgrForDriver | Princess of Sleeping | 2021-04-24 | 1 | -7/+0 |
| | |||||
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 1 | -7/+0 |
| | |||||
* | Move threadmgr functions to common header | Reiko Asakura | 2021-03-11 | 1 | -21/+0 |
| | | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist. | ||||
* | Remove old SDK functions | Reiko Asakura | 2021-03-11 | 1 | -27/+0 |
| | | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356 | ||||
* | Fix names for sceKernelGetThreadTLSAddr | Reiko Asakura | 2021-03-10 | 1 | -17/+15 |
| | | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace. | ||||
* | Rename include guards | Reiko Asakura | 2021-03-08 | 1 | -3/+3 |
| | |||||
* | Add package workflow | Reiko Asakura | 2021-02-11 | 1 | -0/+4 |
| | |||||
* | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 2021-01-19 | 1 | -1502/+3 |
| | |||||
* | Add SceKernelForMono functions | GrapheneCt | 2020-09-18 | 1 | -0/+28 |
| | | | | Credits: Graphene | ||||
* | Indent with tabs instead of spaces | Reiko Asakura | 2020-09-18 | 1 | -13/+13 |
| | |||||
* | Merge Vitasdk | Reiko Asakura | 2020-09-14 | 1 | -0/+23 |
|\ | |||||
| * | Add sceKernelWaitSignal and sceKernelSendSignal (#462) | Sunho Kim | 2020-08-03 | 1 | -0/+23 |
| | | | | | | | | | | | | | | * Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h | ||||
* | | Add thread related function and types | GrapheneCt | 2020-09-05 | 1 | -7/+15 |
| | | | | | | | | Credits: Graphene | ||||
* | | Merge Vitasdk | Reiko Asakura | 2020-07-24 | 1 | -3/+3 |
|\| | |||||
| * | Fix many args (#451) | Princess of Sleeping | 2020-06-26 | 1 | -11/+11 |
| | | | | | | Changes document and variable types | ||||
| * | tabification. | Simon Stapleton | 2020-06-11 | 1 | -1/+1 |
| | | |||||
| * | Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags | Simon Stapleton | 2020-06-11 | 1 | -2/+10 |
| | | |||||
* | | Add thread event functions for kernel | Reiko Asakura | 2020-07-23 | 1 | -2/+0 |
| | | |||||
* | | Add threadmgr constants and prototypes | Reiko Asakura | 2020-07-05 | 1 | -365/+804 |
| | | |||||
* | | Add kernel constants header | Reiko Asakura | 2020-07-05 | 1 | -0/+1 |
| | | |||||
* | | Add types headers | Reiko Asakura | 2020-07-05 | 1 | -4/+1 |
| | | |||||
* | | Add macro SCE_KERNEL_THREAD_ID_SELF | Reiko Asakura | 2020-03-17 | 1 | -0/+3 |
|/ | |||||
* | Typo fix. | Rinnegatamante | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Added SCE_KERNEL_MUTEX_ATTR_RECURSIVE reference. | Rinnegatamante | 2018-04-18 | 1 | -0/+4 |
| | |||||
* | Added some ScePowerCallbackTypes, fix some typos. (#299) | Sree | 2018-03-14 | 1 | -1/+2 |
| | | | | | | * fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types | ||||
* | Remove all NID mismatched definitions | Sunguk Lee | 2018-01-15 | 1 | -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 sceKernelTryLockLwMutex | Francisco José García García | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | Fix typo | Francisco José García García | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfo | codestation | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | Named anonymous enums in psp2. (#179) | Rinnegatamante | 2017-06-15 | 1 | -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) | Hexxellor | 2017-03-28 | 1 | -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 MIT | devnoname120 | 2017-02-10 | 1 | -2/+0 |
| | | | | Close #104 | ||||
* | Fix sceKernelCreateCond example | Sergi Granell | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Add Condition variables prototypes | Sergi Granell | 2017-01-14 | 1 | -0/+109 |
| | |||||
* | Documentation: Simplify grouping | devnoname120 | 2016-11-17 | 1 | -1/+0 |
| | |||||
* | All files should be added to the documentation now | devnoname120 | 2016-11-13 | 1 | -3/+1 |
| | |||||
* | More stuff related to doxygen | devnoname120 | 2016-11-13 | 1 | -0/+4 |
| | |||||
* | updated threadmgr pipe documentation | Davee | 2016-09-24 | 1 | -22/+22 |
| | |||||
* | Add LwCond | Francisco José García García | 2016-09-06 | 1 | -0/+15 |
| | |||||
* | Removed sceKernelRotateThreadReadyQueue. | Rinnegatamante | 2016-09-05 | 1 | -9/+0 |
| | |||||
* | added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddr | Davee | 2016-09-04 | 1 | -0/+15 |
| | |||||
* | Add sceKernelGetSystemTimeWide | 173210 | 2016-09-01 | 1 | -0/+6 |
| | |||||
* | Add threadmgr LwMutex and power ClockFrequency | ribbid987 | 2016-08-02 | 1 | -0/+16 |
| | |||||
* | Update wait event flags | Sergi Granell | 2016-08-01 | 1 | -1/+3 |
| | |||||
* | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 2015-10-11 | 1 | -22/+22 |
| | |||||
* | Initial commit. Added headers from psp2sdk. | Glenn Anderson | 2015-08-14 | 1 | -0/+1003 |