Skip to content

AhmedGaber/threads-synchronization-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threads Synchronization Experiment

This program is based on this assignment given at Stanford University.

###Problem Statement CalTrain has decided to improve its efficiency by automating not just its trains but also its passengers. From now on, passengers will be robots. Each robot and each train is controlled by a thread. You have been hired to write synchronization functions that will guarantee orderly loading of trains.

###Compiling the code First, you need to clone the code into your local (or VM) machine as follows:

git clone https://github.com/AhmedGaber/threads-synchronization-experiment.git

Then compile the code by runnig:

make

You can then run the program using:

./run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published