Searched refs:stackhint (Results 1 – 1 of 1) sorted by relevance
370 const char *stackhint = SDL_GetHint(SDL_HINT_THREAD_STACK_SIZE); in SDL_CreateThread() local374 if (stackhint != NULL) { in SDL_CreateThread()376 const Sint64 hintval = SDL_strtoll(stackhint, &endp, 10); in SDL_CreateThread()377 if ((*stackhint != '\0') && (*endp == '\0')) { /* a valid number? */ in SDL_CreateThread()
Completed in 3 milliseconds