Searched defs:SDL_Thread (Results 1 – 2 of 2) sorted by relevance
53 struct SDL_Thread { struct54 Uint32 threadid;55 SYS_ThreadHandle handle;56 int status;57 SDL_error errbuf;58 void *data;
45 typedef struct SDL_Thread SDL_Thread; typedef