The Micro C++ Library
micxx::Semaphore Member List
This is the complete list of members for micxx::Semaphore, including all inherited members.
acquire(int avalue=1, unsigned long timeoutMillis=0)micxx::Semaphore [virtual]
Condition()micxx::Condition [protected]
getLockCount() const micxx::Mutex [inline, protected, virtual]
getValue() const micxx::Semaphore [virtual]
lock()micxx::Mutex [protected, virtual]
lockCountmicxx::Mutex [protected]
mutexmicxx::Mutex [protected]
Mutex()micxx::Mutex [protected]
notifyAll()micxx::Condition [protected, virtual]
ownerIdmicxx::Mutex [protected]
release(int avalue=1)micxx::Semaphore [virtual]
Semaphore(int initialValue=1)micxx::Semaphore
toString() const micxx::Mutex [protected, virtual]
unlock()micxx::Mutex [protected, virtual]
wait(unsigned long timeoutMillis=0)micxx::Condition [protected, virtual]
~Condition()micxx::Condition [protected, virtual]
~Mutex()micxx::Mutex [protected, virtual]
~ToString()micxx::traits::ToString [inline, protected, virtual]