SDL/src
Ryan C. Gordon c61675dc5d threads: Move SDL's own thread creation to a new internal API.
This allows us to set an explicit stack size (overriding the system default
and the global hint an app might have set), and remove all the macro salsa
for dealing with _beginthreadex and such, as internal threads always set those
to NULL anyhow.

I've taken some guesses on reasonable (and tiny!) stack sizes for our
internal threads, but some of these might turn out to be too small in
practice and need an increase. Most of them are simple functions, though.
2016-04-12 16:45:10 -04:00
..
atomic Updated copyright to 2016 2016-01-02 10:10:34 -08:00
audio threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
core WinRT: bug hack-fix - gamepad detection was failing on Xbox One 2016-04-11 00:22:39 -04:00
cpuinfo Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dynapi PSP: Deactivated dynamic API. 2016-02-13 17:35:38 +01:00
events Fixed comment in gesture source. 2016-03-27 22:22:13 +02:00
file Updated copyright to 2016 2016-01-02 10:10:34 -08:00
filesystem David Carlier implemented SDL_GetBasePath() for OpenBSD 2016-01-31 21:11:15 -08:00
haptic threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
joystick threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
libm Updated copyright to 2016 2016-01-02 10:10:34 -08:00
loadso Updated copyright to 2016 2016-01-02 10:10:34 -08:00
main threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
power Updated copyright to 2016 2016-01-02 10:10:34 -08:00
render PSP: Fixed returning success from unsupported SDL_RenderReadPixels(). 2016-04-01 21:13:58 +02:00
stdlib Quick fix for qsort off-by-one error. 2016-03-11 08:30:18 -08:00
test Fixed compile warnings about uninitialized variables in test library. 2016-01-06 22:39:29 +01:00
thread threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
timer threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
video threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
SDL_assert_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_assert.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_hints.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_internal.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_log.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00