Bounded buffer example
Simple data structure and functions
bbuffer.h
.
Semaphore-based solution
./semaphore/bounded-buffer.c
.
Monitor-like solution
./monitor/bounded-buffer.c
.
Utility functions
timer.h
,
getint.h
.