_available | USemaphore | [private] |
_cond | USemaphore | [private] |
_waitMutex | USemaphore | [private] |
acquire(int n=1, int ms=0) | USemaphore | [inline] |
acquireTry(int n) | USemaphore | [inline] |
operator=(const USemaphore &S) | USemaphore | [inline, private] |
release(int n=1) | USemaphore | [inline] |
USemaphore(int initValue=0) | USemaphore | [inline] |
USemaphore(const USemaphore &S) | USemaphore | [inline, private] |
value() | USemaphore | [inline] |
~USemaphore() | USemaphore | [inline, virtual] |