Skip to content

Implementation of POSIX thread library in C. Used Mutex, Semaphores, Conditional Variable

Notifications You must be signed in to change notification settings

Adi2K/Multi-Threading-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Threading-Examples

Run in Terminal :

Vaccine Distribution

gcc VaccineDistribution.c -lpthread -o VD
./VD

Music Club Event Management

gcc semQ3.c -lpthread -lreadline -o MCEM
./MCEM

The basic premise of the implementation is provided in Readme.docx

Input statements have been modified for first time users to understand what needs to be passed as input

About

Implementation of POSIX thread library in C. Used Mutex, Semaphores, Conditional Variable

Topics

Resources

Stars

Watchers

Forks

Languages