Home
last modified time | relevance | path

Searched refs:timeoutExceeded (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/executor/
H A DExecutor.scala515 def timeoutExceeded(): Boolean = killTimeoutMs > 0 && elapsedTimeMs > killTimeoutMs method
526 while (!finished && !timeoutExceeded()) {
556 if (!taskRunner.isFinished && timeoutExceeded()) {
/dports/astro/phd2/phd2-2.6.10/
H A Dscope_ascom.cpp636 bool timeoutExceeded = false; in Guide() local
666 timeoutExceeded = true; in Guide()
671 if (timeoutExceeded && IsGuiding(&scope)) in Guide()