9 lines
103 B
C
9 lines
103 B
C
![]() |
|
||
|
|
||
|
class BoundBuffer{
|
||
|
Semaphore full(n);
|
||
|
Semaphore empty(n);
|
||
|
Semaphore mutex(n);
|
||
|
}
|
||
|
|