10 references to WaitTimeout
mscorlib (3)
system\threading\waithandle.cs (3)
252return (ret != WaitTimeout); 272return (ret != WaitTimeout); 369return (ret != WaitTimeout);
System (6)
net\System\Net\_TimerThread.cs (2)
713GlobalLog.Print("TimerThread#" + Thread.CurrentThread.ManagedThreadId.ToString() + "::ThreadProc() Awoke, cause: " + (waitResult == WaitHandle.WaitTimeout ? "Timeout" : "Prod")); 716if (waitResult == WaitHandle.WaitTimeout && !haveNextTick) {
sys\system\collections\concurrent\BlockingCollection.cs (4)
1047Debug.Assert((index == WaitHandle.WaitTimeout) || (index >= 0 && index < handles.Count)); 1049if (index == WaitHandle.WaitTimeout) //case#2 1449Debug.Assert((index == WaitHandle.WaitTimeout) || (index >= 0 && index < handles.Count)); 1450if (index == WaitHandle.WaitTimeout) //case#2
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
175else if (index != WaitHandle.WaitTimeout)