Searched refs:hSemaphore (Results 1 – 2 of 2) sorted by relevance
256 HANDLE hSemaphore = NULL; in CreatePipeConnectionSemaphore() local264 hSemaphore = CreateSemaphore( NULL, lInitialCount, lMaximumCount, lpSemaphoreName ); in CreatePipeConnectionSemaphore()267 return hSemaphore; in CreatePipeConnectionSemaphore()
261 HANDLE hSemaphore = NULL; in CreatePipeConnectionSemaphore() local269 hSemaphore = CreateSemaphore( NULL, lInitialCount, lMaximumCount, lpSemaphoreName ); in CreatePipeConnectionSemaphore()272 return hSemaphore; in CreatePipeConnectionSemaphore()
Completed in 30 milliseconds