Lines Matching refs:hSynchronize
135 …ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HANDLE hWriteP…
519 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() argument
535 hSynchronize, in ServerPipe()
594 HANDLE hSynchronize = CreatePipeDataMutex( m_lpName, TRUE ); in AcceptConnection() local
602 ReleaseMutex( hSynchronize ); in AcceptConnection()
604 CloseHandle( hSynchronize ); in AcceptConnection()
636 HANDLE hSynchronize = CreatePipeDataMutex( lpName, FALSE); in Create() local
638 WaitForSingleObject( hSynchronize, INFINITE ); in Create()
670 pPipe = new ServerPipe( lpName, hMapping, hSynchronize, hServerReadPipe, hServerWritePipe ); in Create()
685 ReleaseMutex( hSynchronize ); in Create()
686 CloseHandle( hSynchronize ); in Create()