Skip to content

hemanthumashankar0511/Operating-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In the realm of concurrent programming, synchronization is a fundamental concept that ensures multiple threads or processes can operate smoothly without interfering with each other. Synchronization primitives are essential tools that help manage the access to shared resources, ensuring data integrity and preventing race conditions. This project focuses on developing a set of scripts to implement key synchronization primitives such as locks and condition variables.

About

process synchronization using locks and condition variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages