3 references to Success
System (3)
sys\system\threading\semaphore.cs (3)
209
return OpenExistingWorker(name, SemaphoreRights.Modify | SemaphoreRights.Synchronize, out result) == OpenExistingResult.
Success
;
221
return OpenExistingWorker(name, rights, out result) == OpenExistingResult.
Success
;
287
return OpenExistingResult.
Success
;