check(long maxwait=-1) | Lockable | [virtual] |
count() | Semaphore | [static] |
disableSafety() | Lockable | [static] |
efficientTimedLock() | Semaphore | [static] |
lock(long maxwait=-1) | Semaphore | [virtual] |
locked() const | Semaphore | [virtual] |
locks() | Semaphore | [static] |
operator=(const Semaphore &original) | Semaphore | |
Semaphore(unsigned int maxcount=1, const char *name=0) | Semaphore | [explicit] |
Semaphore(const Semaphore &original) | Semaphore | |
SemaphorePrivate (defined in Semaphore) | Semaphore | [friend] |
startUsingNow() | Lockable | [static] |
unlock() | Semaphore | [virtual] |
unlockAll() | Lockable | [virtual] |
wait(unsigned long maxwait) | Lockable | [static] |
wait() | Lockable | [static] |
~Lockable() | Lockable | [virtual] |
~Semaphore() | Semaphore |