Home
last modified time | relevance | path

Searched refs:tickCounts (Results 1 – 8 of 8) sorted by path

/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_semaphore.cpp48 static constexpr int tickCounts = 1; // millisecond member in Body
63 utils::Sleep(tid * tickCounts); in operator ()()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_semaphore.cpp57 static const int tickCounts = 1; // millisecond member in Body
67 Harness::Sleep( tid * tickCounts ); in operator ()()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_semaphore.cpp57 static const int tickCounts = 1; // millisecond member in Body
67 Harness::Sleep( tid * tickCounts ); in operator ()()
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoStarter.cpp190 tickCounts = 0; in PuyoStarter()
758 tickCounts++; in run()
763 if (tickCounts % (gameSpeed + 5 * (3 - gameLevel)) == 0) in run()
769 if ((tickCounts > GAME_ACCEL) && (gameSpeed > 1)) { in run()
770 tickCounts = 0; in run()
H A DPuyoStarter.h27 int tickCounts; variable
/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcDraft.hs47 Just (Tix tickCounts) -> do
50 | tixModule@(TixModule m _ _ _) <- tickCounts
H A DHpcReport.hs153 modInfo hpcflags qualDecList tix@(TixModule moduleName _ _ tickCounts) = do
155 return (q (accumCounts (zip (map snd mes) tickCounts) miZero))
222 Just (Tix tickCounts) ->
226 | tix'@(TixModule m _ _ _) <- tickCounts
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_semaphore.cpp57 static const int tickCounts = 1; // millisecond member in Body
67 Harness::Sleep( tid * tickCounts ); in operator ()()