Searched defs:SDL_CreateThreadWithStackSize (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 135 #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 D | SDL_thread.c | 299 #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 D | SDL_dynapi_overrides.h | 700 #define SDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize_REAL macro
|
Completed in 11 milliseconds