kc3-lang/SDL/src/thread/vita

Branch :


Log

Author Commit Date CI Message
ebdd5366 2022-01-17 16:26:02 use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
4d566e5d 2021-11-22 16:39:22 VITA, PSP: use SDL_malloc
512355d7 2021-09-20 20:21:05 Vita: fix thread detach. Remove leftover KillThread
ddcd847c 2021-09-20 14:08:01 Vita: fix thread priority Add support for thread name and stack size
e3ea5b64 2021-04-24 10:16:21 Migrate to lightweight mutexes
a4ddb175 2021-03-08 19:28:58 Formatting
189d3c16 2021-01-20 23:41:35 FIFO is default (and not defined in vitasdk, ugh)
87a118b6 2021-01-20 23:33:28 Use native mutexes
7423ae1a 2021-01-20 23:33:16 Formatting
7b0b1a12 2020-12-23 17:26:52 Update thread api to 2.0.14
2d64e37e 2020-11-02 18:09:43 Initial rebase of xerpi's port