9 references to TimedOut
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (9)
110
if (result == MutexTryAcquireLockResult.
TimedOut
)
325
Interop.Error.EBUSY => MutexTryAcquireLockResult.
TimedOut
,
326
Interop.Error.ETIMEDOUT => MutexTryAcquireLockResult.
TimedOut
,
332
if (result == MutexTryAcquireLockResult.
TimedOut
)
334
return MutexTryAcquireLockResult.
TimedOut
;
489
return MutexTryAcquireLockResult.
TimedOut
;
536
return MutexTryAcquireLockResult.
TimedOut
;
554
return MutexTryAcquireLockResult.
TimedOut
;
659
MutexTryAcquireLockResult.
TimedOut
=> WaitHandle.WaitTimeout,