Skip to content

Built a program which simulates real life situation (music event scheduling) using threads. Used Semaphores and Mutex locks to ensure various synchronizations. Handled deadlocks carefully.

Notifications You must be signed in to change notification settings

trinadh724/Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Threads

I used semaphores and mutes locks to ensure various synchronizations. I have built code which takes care about deadloakc and which ensures critical section is accessed as intended. I have used race conditions to achieve desired outcome in some places of the code.

About

Built a program which simulates real life situation (music event scheduling) using threads. Used Semaphores and Mutex locks to ensure various synchronizations. Handled deadlocks carefully.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages