Home
last modified time | relevance | path

Searched refs:CountDown (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
Dmutex_duration.pass.cpp46 std::atomic<unsigned> CountDown(Threads);
59 --CountDown; in f1()
80 while (CountDown > 0) in main()
Dmutex_time_point.pass.cpp46 std::atomic<unsigned> CountDown(Threads);
50 --CountDown; in f1()
74 while (CountDown > 0) in main()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java690 private static class CountDown extends DelayedActionRunnable { class in UninterruptiblesTest.Completion
693 public CountDown(CountDownLatch latch, long tMinus) { in CountDown() method in UninterruptiblesTest.Completion.CountDown
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java711 private static class CountDown extends DelayedActionRunnable { class in UninterruptiblesTest.Completion
714 public CountDown(CountDownLatch latch, long tMinus) { in CountDown() method in UninterruptiblesTest.Completion.CountDown
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node_test.cc589 static bool CountDown(std::vector<size_t>* countdown) { in CountDown() function in tensorflow::grappler::graph_analyzer::test::SignatureTest
699 } while (CountDown(&countdown)); in TestGraphEveryWay()
1147 } while (CountDown(&countdown)); in TEST_F()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7118 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
7119 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8839 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
8840 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
8875 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9087 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
9088 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
9126 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()