#include "copyright.h"#include "utility.h"#include "thread.h"#include "system.h"#include <sys/time.h>#include <stdio.h>#include <signal.h>#include <time.h>#include <unistd.h>#include <setjmp.h>#include "synch.h"Go to the source code of this file.
Defines | |
| #define | MAIN |
Functions | |
| void | ThreadTest1 (int) |
| void | Copy (char *unixFile, char *nachosFile) |
| void | Print (char *file) |
| void | PerformanceTest (void) |
| void | StartProcess (char *file) |
| void | ConsoleTest (char *in, char *out) |
| void | MailTest (int networkID) |
| int | main (int argc, char **argv) |
Variables | |
| sigjmp_buf | schd_jmp |
|
|
||||||||||||
|
Referenced by main(). |
|
||||||||||||
|
Referenced by main(). |
|
|
Referenced by main(). |
|
||||||||||||
|
Definition at line 92 of file main.cc. References ASSERT, ConsoleTest(), Copy(), currentThread, DEBUG(), Delay(), Interrupt::Halt(), Initialize(), interrupt, Scheduler::IsEmpty(), MailTest(), PerformanceTest(), Print(), schd_jmp, schedule(), scheduler, StartProcess(), ThreadTest1(), and timerInit().
|
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Definition at line 78 of file threadtest.cc. References Thread::Fork(), PingPong(), and SimpleThread1(). Referenced by main().
|
|
|
Definition at line 31 of file scheduler.cc. Referenced by main(). |
1.3.8