Skip to content

egrinstein/semaphores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An assyncronous and syncronous communication library in C

Authors

egrinstein, leokaplan

About

This project was developed for INF1019 (Computer Systems), a class held at PUC-Rio, Brazil.

We implement 2 communication channels: a syncronous, which holds a buffer containing a single integer, and an assyncronous, containing a vector of integers.

With it, threads are able to communicate without data corruption/loss.

About

Computer Systems 1019 Project using POSIX Semaphores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published