Searched refs:lpSemaphoreName (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 262 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore() local 264 if ( lpSemaphoreName ) in CreatePipeConnectionSemaphore() 266 _tcscpy( lpSemaphoreName, PIPE_NAME_PREFIX_CONNECTION ); in CreatePipeConnectionSemaphore() 267 _tcscat( lpSemaphoreName, lpName ); in CreatePipeConnectionSemaphore() 269 hSemaphore = CreateSemaphore( NULL, lInitialCount, lMaximumCount, lpSemaphoreName ); in CreatePipeConnectionSemaphore()
|
/aoo42x/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 257 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore() local 259 if ( lpSemaphoreName ) in CreatePipeConnectionSemaphore() 261 _tcscpy( lpSemaphoreName, PIPE_NAME_PREFIX_CONNECTION ); in CreatePipeConnectionSemaphore() 262 _tcscat( lpSemaphoreName, lpName ); in CreatePipeConnectionSemaphore() 264 hSemaphore = CreateSemaphore( NULL, lInitialCount, lMaximumCount, lpSemaphoreName ); in CreatePipeConnectionSemaphore()
|
Completed in 9 milliseconds