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

#include <SDL_thread_c.h>

Public Attributes

voiddata
 
SDL_error errbuf
 
SYS_ThreadHandle handle
 
char * name
 
int status
 
SDL_threadID threadid
 

Detailed Description

Definition at line 48 of file SDL_thread_c.h.

Member Data Documentation

void* SDL_Thread::data

Definition at line 55 of file SDL_thread_c.h.

SDL_error SDL_Thread::errbuf

Definition at line 53 of file SDL_thread_c.h.

SYS_ThreadHandle SDL_Thread::handle

Definition at line 51 of file SDL_thread_c.h.

Referenced by SDL_SYS_CreateThread(), SDL_SYS_KillThread(), and SDL_SYS_WaitThread().

char* SDL_Thread::name

Definition at line 54 of file SDL_thread_c.h.

Referenced by SDL_CreateThread(), SDL_GetThreadName(), and SDL_WaitThread().

int SDL_Thread::status

Definition at line 52 of file SDL_thread_c.h.

Referenced by SDL_CreateThread(), and SDL_WaitThread().

SDL_threadID SDL_Thread::threadid

Definition at line 50 of file SDL_thread_c.h.

Referenced by SDL_GetThreadID().


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