SDL  2.0
SDL_TLSEntry Struct Reference
+ Collaboration diagram for SDL_TLSEntry:

Data Fields

SDL_threadID thread
 
SDL_TLSDatastorage
 
struct SDL_TLSEntrynext
 

Detailed Description

Definition at line 113 of file SDL_thread.c.

Field Documentation

◆ next

struct SDL_TLSEntry* SDL_TLSEntry::next

Definition at line 116 of file SDL_thread.c.

Referenced by SDL_Generic_GetTLSData(), and SDL_Generic_SetTLSData().

◆ storage

SDL_TLSData* SDL_TLSEntry::storage

Definition at line 115 of file SDL_thread.c.

Referenced by SDL_Generic_GetTLSData(), and SDL_Generic_SetTLSData().

◆ thread


The documentation for this struct was generated from the following file: