Unit scheduler

Description

Scheduler - Schedules Context Switches.

Overview

Classes, Interfaces, Objects and Records

Name Description
Packed Record TTaskState  
Packed Record TScheduler_Entry  

Functions and Procedures

procedure init;
procedure add_task(priority : uint8);

Types

PScheduler_Entry = ˆTScheduler_Entry;

Constants

Quantum = 64;

Variables

Active: Boolean;

Description

Functions and Procedures

procedure init;
 
procedure add_task(priority : uint8);
 

Types

PScheduler_Entry = ˆTScheduler_Entry;
 

Constants

Quantum = 64;
 

Variables

Active: Boolean;
 

Author


Generated by PasDoc 0.16.0.