18 (void)pthread_cond_destroy(&this->m_handle.
m_condition);
int PlatformIntType
DefaultTypes.hpp provides fallback defaults for the platform types.
Condition variable handle parent.
MutexHandle * getHandle() override
return the underlying mutex handle (implementation specific)
ConditionVariableHandle * getHandle() override
get handle
void notify() override
notify a single waiter
void wait(Os::Mutex &mutex) override
wait releasing mutex
PosixConditionVariable()
constructor
~PosixConditionVariable() override
destructor
void notifyAll() override
notify all current waiters
pthread_cond_t m_condition
pthread_mutex_t m_mutex_descriptor