Go to the documentation of this file.
21 #include "../SDL_internal.h"
23 #ifndef SDL_thread_c_h_
24 #define SDL_thread_c_h_
29 #if SDL_THREADS_DISABLED
31 #elif SDL_THREAD_PTHREAD
33 #elif SDL_THREAD_WINDOWS
37 #elif SDL_THREAD_STDCPP
40 #error Need thread implementation for this platform
43 #include "../SDL_error_c.h"
79 #define TLS_ALLOC_CHUNKSIZE 4