zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_TLSData Struct Reference

#include <SDL_thread_c.h>

Public Attributes

struct {
   void *   data
 
   void(*   destructor )(void *)
 
array [1]
 
unsigned int limit
 

Detailed Description

Definition at line 62 of file SDL_thread_c.h.

Member Data Documentation

struct { ... } SDL_TLSData::array[1]
void* SDL_TLSData::data

Definition at line 65 of file SDL_thread_c.h.

Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().

void(* SDL_TLSData::destructor)(void *)

Definition at line 66 of file SDL_thread_c.h.

Referenced by SDL_TLSCleanup(), and SDL_TLSSet().

unsigned int SDL_TLSData::limit

Definition at line 63 of file SDL_thread_c.h.

Referenced by SDL_TLSCleanup(), SDL_TLSGet(), and SDL_TLSSet().


The documentation for this struct was generated from the following file: