SDL
2.0
|
Data Fields | |
SDL_threadID | thread |
SDL_TLSData * | storage |
struct SDL_TLSEntry * | next |
Definition at line 113 of file SDL_thread.c.
struct SDL_TLSEntry* SDL_TLSEntry::next |
Definition at line 116 of file SDL_thread.c.
Referenced by SDL_Generic_GetTLSData(), and SDL_Generic_SetTLSData().
SDL_TLSData* SDL_TLSEntry::storage |
Definition at line 115 of file SDL_thread.c.
Referenced by SDL_Generic_GetTLSData(), and SDL_Generic_SetTLSData().
SDL_threadID SDL_TLSEntry::thread |
Definition at line 114 of file SDL_thread.c.
Referenced by SDL_CreateThreadWithStackSize(), SDL_Generic_GetTLSData(), SDL_Generic_SetTLSData(), and SDL_RunThread().