SDL
2.0
|
Go to the source code of this file.
Functions | |
int | SDL_SYS_CreateThread (SDL_Thread *thread, void *args) |
void | SDL_SYS_SetupThread (const char *name) |
SDL_threadID | SDL_ThreadID (void) |
int | SDL_SYS_SetThreadPriority (SDL_ThreadPriority priority) |
void | SDL_SYS_WaitThread (SDL_Thread *thread) |
void | SDL_SYS_DetachThread (SDL_Thread *thread) |
int SDL_SYS_CreateThread | ( | SDL_Thread * | thread, |
void * | args | ||
) |
void SDL_SYS_DetachThread | ( | SDL_Thread * | thread | ) |
Definition at line 66 of file SDL_systhread.c.
Referenced by SDL_DetachThread().
int SDL_SYS_SetThreadPriority | ( | SDL_ThreadPriority | priority | ) |
Definition at line 54 of file SDL_systhread.c.
Referenced by SDL_SetThreadPriority().
void SDL_SYS_SetupThread | ( | const char * | name | ) |
void SDL_SYS_WaitThread | ( | SDL_Thread * | thread | ) |
SDL_threadID SDL_ThreadID | ( | void | ) |
Get the thread identifier for the current thread.
Definition at line 48 of file SDL_systhread.c.