oops
This commit is contained in:
@@ -232,7 +232,6 @@ bool EventImpl_Pthreads::Wait( RageTimer *pTimeout )
|
|||||||
return iRet != ETIMEDOUT;
|
return iRet != ETIMEDOUT;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
sdf
|
|
||||||
bool EventImpl_Pthreads::Wait( RageTimer *pTimeout )
|
bool EventImpl_Pthreads::Wait( RageTimer *pTimeout )
|
||||||
{
|
{
|
||||||
pthread_cond_wait( &m_Cond, &m_pParent->mutex );
|
pthread_cond_wait( &m_Cond, &m_pParent->mutex );
|
||||||
|
|||||||
Reference in New Issue
Block a user