Home
last modified time | relevance | path

Searched refs:SDL_HINT_THREAD_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_hints.h413 #define SDL_HINT_THREAD_STACK_SIZE "SDL_THREAD_STACK_SIZE" macro
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread.c405 const char *stackhint = SDL_GetHint(SDL_HINT_THREAD_STACK_SIZE); in SDL_CreateThread()
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt31 * The hint SDL_HINT_THREAD_STACK_SIZE is now supported on Windows
93 * Added a hint SDL_HINT_THREAD_STACK_SIZE to set the stack size of SDL's threads