Searched refs:SDL_CreateThreadWithStackSize (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 122 SDL_CreateThreadWithStackSize(int (SDLCALL * fn) (void *), 134 #undef SDL_CreateThreadWithStackSize 135 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… macro 138 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … macro 169 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void… 176 #undef SDL_CreateThreadWithStackSize 177 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… macro 180 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … macro 221 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void…
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_thread.c | 295 #undef SDL_CreateThreadWithStackSize 299 #define SDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize_REAL macro 304 SDL_CreateThreadWithStackSize(int (SDLCALL * fn) (void *), in SDL_CreateThreadWithStackSize() function 310 SDL_CreateThreadWithStackSize(int (SDLCALL * fn) (void *), in SDL_CreateThreadWithStackSize() 385 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data, pfnBeginThread, pfnEndThread); in SDL_CreateThread() 390 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data); in SDL_CreateThread() 398 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data, NULL, NULL); in SDL_CreateThreadInternal() 400 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data); in SDL_CreateThreadInternal()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 743 #ifdef SDL_CreateThreadWithStackSize 744 #undef SDL_CreateThreadWithStackSize 748 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThreadWithStackSize,(SDL_ThreadFunction a, const char *b, con… 750 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThreadWithStackSize,(SDL_ThreadFunction a, const char *b, con… 752 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThreadWithStackSize,(SDL_ThreadFunction a, const char *b, con…
|
A D | SDL_dynapi_overrides.h | 700 #define SDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize_REAL macro
|
Completed in 13 milliseconds