update comment
This commit is contained in:
@@ -347,8 +347,7 @@ static bool PortableSignalObjectAndWait( HANDLE hObjectToSignal, HANDLE hObjectT
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Event logic from http://www.cs.wustl.edu/~schmidt/win32-cv-1.html.
|
/* Event logic from http://www.cs.wustl.edu/~schmidt/win32-cv-1.html. */
|
||||||
* pTimeout is not currently implemented. */
|
|
||||||
bool EventImpl_Win32::Wait( RageTimer *pTimeout )
|
bool EventImpl_Win32::Wait( RageTimer *pTimeout )
|
||||||
{
|
{
|
||||||
EnterCriticalSection( &m_iNumWaitingLock );
|
EnterCriticalSection( &m_iNumWaitingLock );
|
||||||
|
|||||||
Reference in New Issue
Block a user