Searched refs:CountDown (Results 1 – 8 of 8) sorted by relevance
46 std::atomic<unsigned> CountDown(Threads);59 --CountDown; in f1()80 while (CountDown > 0) in main()
46 std::atomic<unsigned> CountDown(Threads);50 --CountDown; in f1()74 while (CountDown > 0) in main()
690 private static class CountDown extends DelayedActionRunnable { class in UninterruptiblesTest.Completion693 public CountDown(CountDownLatch latch, long tMinus) { in CountDown() method in UninterruptiblesTest.Completion.CountDown
711 private static class CountDown extends DelayedActionRunnable { class in UninterruptiblesTest.Completion714 public CountDown(CountDownLatch latch, long tMinus) { in CountDown() method in UninterruptiblesTest.Completion.CountDown
589 static bool CountDown(std::vector<size_t>* countdown) { in CountDown() function in tensorflow::grappler::graph_analyzer::test::SignatureTest699 } while (CountDown(&countdown)); in TestGraphEveryWay()1147 } while (CountDown(&countdown)); in TEST_F()
7118 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local7119 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()7127 if (!CountDown && CR.getUnsignedMin().isMinValue()) in howFarToZero()7133 MaxBECount = getConstant(CountDown ? CR.getUnsignedMax() in howFarToZero()7142 if (!CountDown) { in howFarToZero()7202 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()
8839 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local8840 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()8875 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()
9087 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local9088 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()9126 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()