![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
| class | idCommonLocal |
Macros | |
| #define | STDIO_PRINT(pre, post) |
Functions | |
| void | Sys_Mkdir (const char *path) |
| ID_TIME_T | Sys_FileTimeStamp (FILE *fp) |
| const char * | Sys_DefaultCDPath (void) |
| const char * | Sys_DefaultBasePath (void) |
| const char * | Sys_DefaultSavePath (void) |
| int | Sys_ListFiles (const char *directory, const char *extension, idStrList &list) |
| void | Sys_CreateThread (xthread_t function, void *parms, xthreadPriority priority, xthreadInfo &info, const char *name, xthreadInfo *threads[MAX_THREADS], int *thread_count) |
| void | Sys_DestroyThread (xthreadInfo &info) |
| void | Sys_EnterCriticalSection (int index) |
| void | Sys_LeaveCriticalSection (int index) |
| void | Sys_WaitForEvent (int index) |
| void | Sys_TriggerEvent (int index) |
| int | main (int argc, char **argv) |
Variables | |
| idSession * | session = NULL |
| idDeclManager * | declManager = NULL |
| idEventLoop * | eventLoop = NULL |
| idCVar | com_developer ("developer","0", CVAR_BOOL|CVAR_SYSTEM,"developer mode") |
| idCommonLocal | commonLocal |
| idCommon * | common = &commonLocal |
| xthreadInfo * | g_threads [MAX_THREADS] |
| int | g_thread_count |
| idSysLocal | sysLocal |
| idSys * | sys = &sysLocal |
| #define STDIO_PRINT | ( | pre, | |
| post | |||
| ) |
| void Sys_CreateThread | ( | xthread_t | function, |
| void * | parms, | ||
| xthreadPriority | priority, | ||
| xthreadInfo & | info, | ||
| const char * | name, | ||
| xthreadInfo * | threads[MAX_THREADS], | ||
| int * | thread_count | ||
| ) |
| void Sys_DestroyThread | ( | xthreadInfo & | info | ) |
| idCVar com_developer("developer","0", CVAR_BOOL|CVAR_SYSTEM,"developer mode") |
| idCommon* common = &commonLocal |
| idCommonLocal commonLocal |
| idDeclManager* declManager = NULL |
| idEventLoop* eventLoop = NULL |
| xthreadInfo* g_threads[MAX_THREADS] |
| idSysLocal sysLocal |
1.8.6.