The function passed to SDL_CreateThread().
Defined in SDL_thread.h
typedef int (SDLCALL * SDL_ThreadFunction) (void *data);
data
Returns a value that can be reported through SDL_WaitThread().
CategoryAPI, CategoryAPIDatatype, CategoryThread