Skip to content

CPU Scheduling is a process of which processes will run on CPU while the other are held. This C program simulates a simple cpu scheduling of a total of 20 processes.

Notifications You must be signed in to change notification settings

3rt4nm4n/cpu-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cpu-scheduling

CPU Scheduling is a process of which processes will run on CPU while the other are held. This C program simulates a simple cpu scheduling of a total of 20 processes.

You may need to install pthread.h before running the software.

LINK TO pthread.h

About

CPU Scheduling is a process of which processes will run on CPU while the other are held. This C program simulates a simple cpu scheduling of a total of 20 processes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages