Searched defs:SDL_Thread (Results 1 – 2 of 2) sorted by relevance
54 struct SDL_Thread struct56 SDL_threadID threadid;57 SYS_ThreadHandle handle;58 int status;59 SDL_atomic_t state; /* SDL_THREAD_STATE_* */60 SDL_error errbuf;61 char *name;62 size_t stacksize; /* 0 for default, >0 for user-specified stack size. */63 void *data;
46 typedef struct SDL_Thread SDL_Thread; typedef