If you can read this text, it means you are not experiencing this website at its best. This website is designed for used with a standards-compliant browser.
Current version: 2.3.2
ZThreads
A platform-independent, multi-threading and synchronization library for C++
Home Documentation Downloads CVS Contact

CountingSemaphore Member List

This is the complete list of members for CountingSemaphore, including all inherited members.

acquire()CountingSemaphore [virtual]
count()CountingSemaphore [virtual]
CountingSemaphore(int initialCount=0)CountingSemaphore
NonCopyable()NonCopyable [inline, private]
post()CountingSemaphore
release()CountingSemaphore [virtual]
tryAcquire(unsigned long timeout)CountingSemaphore [virtual]
tryWait(unsigned long timeout)CountingSemaphore
wait()CountingSemaphore
~CountingSemaphore()CountingSemaphore [virtual]
~Lockable()Lockable [inline, virtual]
~NonCopyable()NonCopyable [inline, private]