Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_thread.h90 typedef int (SDLCALL * SDL_ThreadFunction) (void *data); typedef
129 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data,
134 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn,
168 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data,
172 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void…
210 SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data);
256 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void…

Completed in 3 milliseconds