doom3-gpl
Doom 3 GPL source release
|
#include <stdio.h>
#include <sys/time.h>
#include <sched.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | STAT_BUF 100 |
Functions | |
int | Sys_Milliseconds (void) |
int | main (int argc, void *argv[]) |
Variables | |
unsigned long | sys_timeBase = 0 |
#define STAT_BUF 100 |
Definition at line 66 of file test_scheduler.c.
Definition at line 68 of file test_scheduler.c.
Definition at line 49 of file test_scheduler.c.
unsigned long sys_timeBase = 0 |
Definition at line 43 of file test_scheduler.c.