Home
last modified time | relevance | path

Searched refs:hSynchronize (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sal/osl/w32/
H A Dpipeimpl.cxx140 …ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HANDLE hWriteP…
524 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() argument
540 hSynchronize, in ServerPipe()
599 HANDLE hSynchronize = CreatePipeDataMutex( m_lpName, TRUE ); in AcceptConnection() local
607 ReleaseMutex( hSynchronize ); in AcceptConnection()
609 CloseHandle( hSynchronize ); in AcceptConnection()
641 HANDLE hSynchronize = CreatePipeDataMutex( lpName, FALSE); in Create() local
643 WaitForSingleObject( hSynchronize, INFINITE ); in Create()
675 pPipe = new ServerPipe( lpName, hMapping, hSynchronize, hServerReadPipe, hServerWritePipe ); in Create()
690 ReleaseMutex( hSynchronize ); in Create()
[all …]
/aoo41x/main/sal/osl/os2/
H A Dpipeimpl.cxx135 …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()
[all …]

Completed in 22 milliseconds