SDL
2.0
|
Data Fields | |
int(* | func )(void *) |
void * | data |
SDL_Thread * | info |
SDL_sem * | wait |
Definition at line 262 of file SDL_thread.c.
void* thread_args::data |
Definition at line 265 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().
int( * thread_args::func) (void *) |
Definition at line 264 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().
SDL_Thread* thread_args::info |
Definition at line 266 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().
SDL_sem* thread_args::wait |
Definition at line 267 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().