#include "Standard.hpp"
#include "Basic_PThread.hpp"
#include "Mutex.hpp"
#include "RWLock.hpp"
#include "Semaphore.hpp"
#include "BoundedBuffer.hpp"
#include "Timer.hpp"
Go to the source code of this file.
Compounds | |
class | Consumer |
class | Producer |
Functions | |
Semaphore | message (0,"message", 10) |
Semaphore | sender (1,"sender", 11) |
Semaphore | receiver (1,"slot", 12) |
BoundedBuffer | boundedBuffer (10) |
Variables | |
Semaphore ** | slot |
int | done = 0 |
|
|
|
|
|
|
|
|
|
Definition at line 36 of file PCBuffer.hpp. |
|
Definition at line 35 of file PCBuffer.hpp. |