#include <bccounter.h>

Public Member Functions | |
| BCCounter () | |
| ~BCCounter () | |
| void | up () |
| void | down () |
Data Fields | |
| Mutex * | mutex |
| int | value |
Definition at line 5 of file bccounter.h.
| BCCounter::BCCounter | ( | ) |
| BCCounter::~BCCounter | ( | ) |
| void BCCounter::up | ( | ) |
Definition at line 15 of file bccounter.C.
References Mutex::lock(), mutex, Mutex::unlock(), and value.

| void BCCounter::down | ( | ) |
Definition at line 23 of file bccounter.C.
References Mutex::lock(), mutex, Mutex::unlock(), and value.

Definition at line 14 of file bccounter.h.
Referenced by BCCounter(), down(), up(), and ~BCCounter().
| int BCCounter::value |
1.5.5