Searched refs:SDL_ThreadFunction (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 75 typedef int (SDLCALL * SDL_ThreadFunction) (void *data); typedef 117 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, 165 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, 169 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void… 192 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data); 221 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void…
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 52 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c, pfnSDL_… 54 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c, pfnSDL_… 56 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c),(a,b,c)… 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…
|
Completed in 5 milliseconds