Merged changes
Former-commit-id: 3431062688bcc29574e7611391d8cd356d484e9b
This commit is contained in:
@@ -28,7 +28,7 @@ void NzConditionVariableImpl::SignalAll()
|
||||
|
||||
void NzConditionVariableImpl::Wait(NzMutexImpl* mutex)
|
||||
{
|
||||
pthread_cond_wait(&m_cv, mutex);
|
||||
pthread_cond_wait(&m_cv, &mutex->m_handle);
|
||||
}
|
||||
|
||||
bool NzConditionVariableImpl::Wait(NzMutexImpl* mutex, nzUInt32 timeout)
|
||||
|
||||
Reference in New Issue
Block a user