Searched defs:hSynchronize (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 519 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() 594 HANDLE hSynchronize = CreatePipeDataMutex( m_lpName, TRUE ); in AcceptConnection() local 636 HANDLE hSynchronize = CreatePipeDataMutex( lpName, FALSE); in Create() local
|
/trunk/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 524 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() 599 HANDLE hSynchronize = CreatePipeDataMutex( m_lpName, TRUE ); in AcceptConnection() local 641 HANDLE hSynchronize = CreatePipeDataMutex( lpName, FALSE); in Create() local
|
Completed in 14 milliseconds