Searched refs:hintval (Results 1 – 1 of 1) sorted by relevance
376 const Sint64 hintval = SDL_strtoll(stackhint, &endp, 10); in SDL_CreateThread() local378 if (hintval > 0) { /* reject bogus values. */ in SDL_CreateThread()379 stacksize = (size_t) hintval; in SDL_CreateThread()
Completed in 2 milliseconds