Skip to content

Warsaw University of Technology project for Operating Systems

Notifications You must be signed in to change notification settings

kgabryje/SOI-semaphores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Warsaw University of Technology project for Operating Systems.
Implementation of readers and writers problem.
9 elements FIFO buffer, 2 writers, 2 readers, reader can remove element from buffer if the other reader isn't reading it.

Compilation: g++ -pthread -std=c++11 -o name main.cpp queue_t.cpp

About

Warsaw University of Technology project for Operating Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages