Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dpipeimpl.cxx256 HANDLE hSemaphore = NULL; in CreatePipeConnectionSemaphore() local
264 hSemaphore = CreateSemaphore( NULL, lInitialCount, lMaximumCount, lpSemaphoreName ); in CreatePipeConnectionSemaphore()
267 return hSemaphore; in CreatePipeConnectionSemaphore()
/trunk/main/sal/osl/w32/
H A Dpipeimpl.cxx261 HANDLE hSemaphore = NULL; in CreatePipeConnectionSemaphore() local
269 hSemaphore = CreateSemaphore( NULL, lInitialCount, lMaximumCount, lpSemaphoreName ); in CreatePipeConnectionSemaphore()
272 return hSemaphore; in CreatePipeConnectionSemaphore()

Completed in 16 milliseconds