Permalink
File 8 of 13 in
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
File 8 of 13 in
c61675d
Oops, something went wrong.