Image Component Library (ICL)
|
This is the complete list of members for icl::utils::Semaphore, including all inherited members.
acquire(int val=1) | icl::utils::Semaphore | inline |
getMaxValue() | icl::utils::Semaphore | |
getValue() | icl::utils::Semaphore | |
impl | icl::utils::ShallowCopyable< SemaphoreImpl, SemaphoreImplDelOp > | protected |
isNull() const | icl::utils::ShallowCopyable< SemaphoreImpl, SemaphoreImplDelOp > | inline |
operator++(int dummy) | icl::utils::Semaphore | |
operator+=(int val) | icl::utils::Semaphore | |
operator--(int dummy) | icl::utils::Semaphore | |
operator-=(int val) | icl::utils::Semaphore | |
ParentSC typedef | icl::utils::ShallowCopyable< SemaphoreImpl, SemaphoreImplDelOp > | |
release(int val=1) | icl::utils::Semaphore | inline |
Semaphore(int n=1) | icl::utils::Semaphore | |
ShallowCopyable(SemaphoreImpl *t=0) | icl::utils::ShallowCopyable< SemaphoreImpl, SemaphoreImplDelOp > | inlineprotected |
tryAcquire() | icl::utils::Semaphore | |
tryRelease() | icl::utils::Semaphore |