Adi2K / Multi-Threading-Examples

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

Repository from Github https://github.comAdi2K/Multi-Threading-ExamplesRepository from Github https://github.comAdi2K/Multi-Threading-Examples

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


Languages

Language:C 100.0%