Home
last modified time | relevance | path

Searched defs:SDL_CreateThreadWithStackSize (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_thread.h135 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… macro
138 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … macro
177 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… macro
180 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … macro
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c299 #define SDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize_REAL macro
304 SDL_CreateThreadWithStackSize(int (SDLCALL * fn) (void *), in SDL_CreateThreadWithStackSize() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h700 #define SDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize_REAL macro

Completed in 11 milliseconds