Home
last modified time | relevance | path

Searched refs:Threading_SemaphoreFullException (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Threading/
H A DSemaphoreFullException.cs14 public SemaphoreFullException() : base(SR.Threading_SemaphoreFullException) in SemaphoreFullException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Threading/
H A DSemaphoreFullException.cs14 public SemaphoreFullException() : base(SR.Threading_SemaphoreFullException) in SemaphoreFullException()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DWaitHandle.Windows.cs290 throw new InvalidOperationException(SR.Threading_SemaphoreFullException); in ThrowWaitFailedException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/corefx/
H A DSR.cs426 …public const string Threading_SemaphoreFullException = "Adding the specified count to the semaphor… field in SR