SDL
2.0
|
Data Fields | |
int(* | func )(void *) |
void * | data |
SDL_Thread * | info |
SDL_sem * | wait |
Definition at line 256 of file SDL_thread.c.
void* thread_args::data |
Definition at line 259 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().
int( * thread_args::func) (void *) |
Definition at line 258 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().
SDL_Thread* thread_args::info |
Definition at line 260 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().
SDL_sem* thread_args::wait |
Definition at line 261 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().