|
SDL
2.0
|
Include dependency graph for testerror.c:Go to the source code of this file.
Functions | |
| static void | quit (int rc) |
| int | ThreadFunc (void *data) |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | alive = 0 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 46 of file testerror.c.
References alive, NULL, quit(), SDL_CreateThread, SDL_Delay, SDL_GetError, SDL_Init, SDL_Log, SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO, SDL_LogError, SDL_LogSetPriority, SDL_Quit, SDL_SetError, SDL_WaitThread, and ThreadFunc().
|
static |
| int ThreadFunc | ( | void * | data | ) |
Definition at line 32 of file testerror.c.
References alive, SDL_Delay, SDL_GetError, SDL_Log, SDL_SetError, and SDL_ThreadID.
Referenced by main().
|
static |
Definition at line 21 of file testerror.c.
Referenced by main(), and ThreadFunc().