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

Semaphore Member List

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

acquire()Semaphore [virtual]
count()Semaphore [virtual]
NonCopyable()NonCopyable [inline, private]
post()Semaphore
release()Semaphore [virtual]
Semaphore(int count=1, unsigned int maxCount=1)Semaphore
tryAcquire(unsigned long timeout)Semaphore [virtual]
tryWait(unsigned long timeout)Semaphore
wait()Semaphore
~Lockable()Lockable [inline, virtual]
~NonCopyable()NonCopyable [inline, private]
~Semaphore()Semaphore [virtual]