This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
csce313-mp4pinie64backup/BoundedBuffer.h

9 lines
103 B
C
Raw Normal View History

2015-11-06 11:01:19 -06:00
class BoundBuffer{
Semaphore full(n);
Semaphore empty(n);
Semaphore mutex(n);
}