Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_duration.pass.cpp46 std::atomic<unsigned> CountDown(Threads);
59 --CountDown; in f1()
80 while (CountDown > 0) in main()
H A Dmutex_time_point.pass.cpp46 std::atomic<unsigned> CountDown(Threads);
50 --CountDown; in f1()
74 while (CountDown > 0) in main()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp10194 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
10195 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
10231 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()