SDL/src/main
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
..
android Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99. 2016-02-09 17:36:42 -08:00
dummy Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
haiku threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
nacl Updated copyright to 2016 2016-01-02 10:10:34 -08:00
psp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
windows Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
winrt Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00