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

Go to the source code of this file.

Functions

int SDL_SYS_CreateThread (SDL_Thread *thread, void *args)
 
SDL_TLSDataSDL_SYS_GetTLSData ()
 
int SDL_SYS_SetThreadPriority (SDL_ThreadPriority priority)
 
int SDL_SYS_SetTLSData (SDL_TLSData *data)
 
void SDL_SYS_SetupThread (const char *name)
 
void SDL_SYS_WaitThread (SDL_Thread *thread)
 

Function Documentation

int SDL_SYS_CreateThread ( SDL_Thread thread,
void args 
)

Definition at line 42 of file SDL_systhread.c.

References SDL_Thread::handle, int, NULL, RunThread(), SDL_SetError(), SDL_TRUE, and ThreadEntry().

Referenced by SDL_CreateThread().

int SDL_SYS_SetThreadPriority ( SDL_ThreadPriority  priority)
int SDL_SYS_SetTLSData ( SDL_TLSData data)
void SDL_SYS_SetupThread ( const char *  name)

Definition at line 42 of file SDL_systhread.c.

References i, NULL, SDL_assert, and sig_list.

Referenced by SDL_RunThread().

void SDL_SYS_WaitThread ( SDL_Thread thread)

Definition at line 60 of file SDL_systhread.c.

References SDL_Thread::handle, and NULL.

Referenced by SDL_WaitThread().