SDL/src/thread/psp
Ryan C. Gordon 46bb47cf04 thread: Put all important SDL_CreateThread internal data into SDL_Thread.
This avoids the need to malloc something extra, use a semaphore, etc, and
fixes Emscripten with pthreads support, which might not spin up a web worker
until after SDL_CreateThread returns and thus can't wait on a semaphore at
this point in any case.

Fixes Bugzilla #5064.
2020-03-26 22:14:59 -04:00
..
SDL_syscond.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_sysmutex.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_sysmutex_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_syssem.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_systhread.c thread: Put all important SDL_CreateThread internal data into SDL_Thread. 2020-03-26 22:14:59 -04:00
SDL_systhread_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00