zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_systls.c File Reference
#include "SDL_config.h"
#include "../SDL_thread_c.h"

Go to the source code of this file.

Functions

SDL_TLSDataSDL_SYS_GetTLSData ()
 
int SDL_SYS_SetTLSData (SDL_TLSData *data)
 

Function Documentation

SDL_TLSData* SDL_SYS_GetTLSData ( )

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)

Definition at line 33 of file SDL_systls.c.

Referenced by SDL_TLSCleanup(), and SDL_TLSSet().