Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c370 const char *stackhint = SDL_GetHint(SDL_HINT_THREAD_STACK_SIZE); in SDL_CreateThread() local
374 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