SDL
2.0
|
Go to the source code of this file.
Functions | |
SDL_TLSData * | SDL_SYS_GetTLSData (void) |
int | SDL_SYS_SetTLSData (SDL_TLSData *data) |
SDL_TLSData* SDL_SYS_GetTLSData | ( | void | ) |
Definition at line 27 of file SDL_systls.c.
Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().
int SDL_SYS_SetTLSData | ( | SDL_TLSData * | data | ) |