VSF Documented
|
Macros | |
#define | __VSF_LINUX_CLASS_INHERIT__ |
Functions | |
SDL_Thread * | SDL_CreateThreadWithStackSize (SDL_ThreadFunction fn, const char *name, const size_t stacksize, void *data) |
SDL_Thread * | SDL_CreateThread (SDL_ThreadFunction fn, const char *name, void *data) |
const char * | SDL_GetThreadName (SDL_Thread *thread) |
SDL_threadID | SDL_ThreadID (void) |
SDL_threadID | SDL_GetThreadID (SDL_Thread *thread) |
int | SDL_SetThreadPriority (SDL_ThreadPriority priority) |
void | SDL_WaitThread (SDL_Thread *thread, int *status) |
void | SDL_DetachThread (SDL_Thread *thread) |
SDL_TLSID | SDL_TLSCreate (void) |
void * | SDL_TLSGet (SDL_TLSID id) |
int | SDL_TLSSet (SDL_TLSID id, const void *value, void(*destructor)(void *)) |
void | SDL_TLSCleanup (void) |
#define __VSF_LINUX_CLASS_INHERIT__ |
SDL_Thread * SDL_CreateThreadWithStackSize | ( | SDL_ThreadFunction | fn, |
const char * | name, | ||
const size_t | stacksize, | ||
void * | data | ||
) |
SDL_Thread * SDL_CreateThread | ( | SDL_ThreadFunction | fn, |
const char * | name, | ||
void * | data | ||
) |
const char * SDL_GetThreadName | ( | SDL_Thread * | thread | ) |
SDL_threadID SDL_ThreadID | ( | void | ) |
SDL_threadID SDL_GetThreadID | ( | SDL_Thread * | thread | ) |
int SDL_SetThreadPriority | ( | SDL_ThreadPriority | priority | ) |
void SDL_WaitThread | ( | SDL_Thread * | thread, |
int * | status | ||
) |
void SDL_DetachThread | ( | SDL_Thread * | thread | ) |
SDL_TLSID SDL_TLSCreate | ( | void | ) |
void * SDL_TLSGet | ( | SDL_TLSID | id | ) |
int SDL_TLSSet | ( | SDL_TLSID | id, |
const void * | value, | ||
void(*)(void *) | destructor | ||
) |
void SDL_TLSCleanup | ( | void | ) |