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.
References SDL_Generic_GetTLSData().
Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().
int SDL_SYS_SetTLSData | ( | SDL_TLSData * | data | ) |
Definition at line 33 of file SDL_systls.c.
References SDL_Generic_SetTLSData().
Referenced by SDL_TLSCleanup(), and SDL_TLSSet().