31 : m_semaphore(semaphore),
32 m_is_decremented(false)
49 #ifdef _IC_BUILDER_DEPRECATED_STYLE_ 54 bool ScopedSemaphore::IsDecremented()
const
void post()
Increments the semaphore.
ScopedSemaphore(Semaphore &semaphore)
Decrements the semaphore.
~ScopedSemaphore()
Increments the semaphore.
Implements a platform independent mutex.
bool isDecremented() const
Check if the semaphore has been successfully decremented.
Contains icl_core::logging::Semaphore.
Contains icl_core::logging::ScopedSemaphore.