Public Member Functions | |
| Semaphore (unsigned max, unsigned initial) | |
| ~Semaphore () | |
| void | lock () const |
| void | unlock () const |
Private Member Functions | |
| Semaphore (Semaphore const &) | |
| Semaphore & | operator= (Semaphore const &) |
Definition at line 105 of file syncprims.h.