Bounded buffer example
Data structures and functions for buffer
bbuffer.h
.
Main program for solutions
bounded-buffer.c
.
Semaphore-based synchronization
semaphore/bounded-buffer-synch.h
.
Monitor-like solution
monitor/bounded-buffer-synch.h
.
Utility functions
timer.h
,
getint.h
.