1 write to _semaphore
System.Private.CoreLib (1)
src\System\Threading\LowLevelLifoSemaphore.Unix.cs (1)
21_semaphore = new Semaphore(0, maximumSignalCount);
6 references to _semaphore
System.Private.CoreLib (6)
src\System\Threading\LowLevelLifoSemaphore.Unix.cs (6)
26Debug.Assert(_semaphore != null); 29int waitResult = WaitNative(_semaphore!.SafeWaitHandle, timeoutMs); 39Debug.Assert(_semaphore != null); 42_semaphore!.Release(count); 47Debug.Assert(_semaphore != null); 48_semaphore!.Dispose();