tac0S
Template Affectional Command Operating System
|
Initialization and cleanup routines. More...
#include "copyright.h"
#include "utility.h"
#include "thread.h"
#include "scheduler.h"
#include "interrupt.h"
#include "stats.h"
#include "timer.h"
#include "userthread.h"
#include "ManagerUserThreadID.h"
#include "UserThreadMetadata.h"
Go to the source code of this file.
Macros | |
#define | MAX_STRING_SIZE 512 |
#define | FLAG_ERROR_FOR_VOID ((void*) -1) |
Functions | |
void | Initialize (int argc, char **argv) |
void | Cleanup () |
Variables | |
Thread * | currentThread |
Thread * | threadToBeDestroyed |
Scheduler * | scheduler |
Interrupt * | interrupt |
Statistics * | stats |
Timer * | timer |
ManagerUserThreadID * | managerUserThreadID |
ManagerUserThreadID * | managerSemaphoreID |
ManagerUserThreadID * | managerLockID |
char * | path |
Initialization and cleanup routines.
Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.