|
SDL
2.0
|
#include <SDL_thread_c.h>
Data Fields | |
| unsigned int | limit |
| struct { | |
| void * data | |
| void(* destructor )(void *) | |
| } | array [1] |
Definition at line 70 of file SDL_thread_c.h.
| struct { ... } SDL_TLSData::array[1] |
Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().
| void* SDL_TLSData::data |
Definition at line 73 of file SDL_thread_c.h.
Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().
Definition at line 74 of file SDL_thread_c.h.
Referenced by SDL_TLSCleanup(), and SDL_TLSSet().
| unsigned int SDL_TLSData::limit |
Definition at line 71 of file SDL_thread_c.h.
Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().