Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
measNumGcs :: Measured -> !Int64criterion-measurement Criterion.Measurement.Types (GC) Number of garbage collections performed. Access using fromInt.
GetNumCapabilities :: Int -> ThreadActiondejafu Test.DejaFu.Conc Get the number of Haskell threads that can run simultaneously.
SetNumCapabilities :: Int -> ThreadActiondejafu Test.DejaFu.Conc Set the number of Haskell threads that can run simultaneously.
WillGetNumCapabilities :: Lookaheaddejafu Test.DejaFu.Conc Will get the number of Haskell threads that can run simultaneously.
WillSetNumCapabilities :: Int -> Lookaheaddejafu Test.DejaFu.Conc Will set the number of Haskell threads that can run simultaneously.
AGetNumCapabilities :: (Int -> Action n) -> Action (n :: Type -> Type)dejafu Test.DejaFu.Conc.Internal.Common No documentation available.
ASetNumCapabilities :: Int -> Action n -> Action (n :: Type -> Type)dejafu Test.DejaFu.Conc.Internal.Common No documentation available.
renumber :: MemType -> Int -> Int -> [(ThreadId, ThreadAction)] -> [(ThreadId, ThreadAction)]dejafu Test.DejaFu.SCT.Internal Re-number threads and IORefs. Permuting forks or newIORefs makes the existing numbering invalid, which then causes problems for scheduling. Just re-numbering threads isn't enough, as IORef IDs are used to determine commit thread IDs. Renumbered things will not fix their names, so don't rely on those at all.
GetNumCapabilities :: Int -> ThreadActiondejafu Test.DejaFu.Types Get the number of Haskell threads that can run simultaneously.
SetNumCapabilities :: Int -> ThreadActiondejafu Test.DejaFu.Types Set the number of Haskell threads that can run simultaneously.