![]() |
doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"#include "../posix/posix_public.h"#include "../sys_local.h"#include "local.h"#include <pthread.h>#include <errno.h>#include <unistd.h>#include <sys/stat.h>#include <sys/types.h>#include <fcntl.h>Go to the source code of this file.
Functions | |
| void | Sys_InitScanTable (void) |
| void | Sys_AsyncThread (void) |
| const char * | Sys_DefaultSavePath (void) |
| const char * | Sys_EXEPath (void) |
| const char * | Sys_DefaultBasePath (void) |
| unsigned char | Sys_GetConsoleKey (bool shifted) |
| void | Sys_Shutdown (void) |
| cpuid_t | Sys_GetProcessorId (void) |
| const char * | Sys_GetProcessorString (void) |
| void | Sys_FPU_EnableExceptions (int exceptions) |
| void | Sys_FPE_handler (int signum, siginfo_t *info, void *context) |
| double | Sys_GetClockTicks (void) |
| double | MeasureClockTicks (void) |
| double | Sys_ClockTicksPerSecond (void) |
| int | Sys_GetSystemRam (void) |
| void | Sys_DoStartProcess (const char *exeName, bool dofork) |
| void | Sys_DoPreferences (void) |
| void | Sys_FPU_SetDAZ (bool enable) |
| void | Sys_FPU_SetFTZ (bool enable) |
| int | main (int argc, const char **argv) |
1.8.6.