tac0S
Template Affectional Command Operating System
Classes
scheduler.h File Reference

Data structures for the thread dispatcher and scheduler. More...

#include "copyright.h"
#include "list.h"
#include "thread.h"

Go to the source code of this file.

Classes

class  Scheduler
 The following class defines the scheduler/dispatcher abstraction – the data structures and operations needed to keep track of which thread is running, and which threads are ready but not running. More...
 

Detailed Description

Data structures for the thread dispatcher and scheduler.

Author
Olivier Hureau, Hugo Feydel , Julien ALaimo Data structures for the thread dispatcher and scheduler. Primarily, the list of threads that are ready to run.

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.