VSF Documented
Data Fields
SDL_Thread Struct Reference

#include <SDL_thread.h>

Data Fields

SDL_threadID thread
 
SDL_ThreadFunction entry
 
void * data
 
char name [sizeof(uintptr_t)]
 

Field Documentation

◆ thread

SDL_threadID SDL_Thread::thread

◆ entry

SDL_ThreadFunction SDL_Thread::entry

◆ data

void* SDL_Thread::data

◆ name

char SDL_Thread::name[sizeof(uintptr_t)]