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.

  1. measNumGcs :: Measured -> !Int64

    criterion-measurement Criterion.Measurement.Types

    (GC) Number of garbage collections performed. Access using fromInt.

  2. GetNumCapabilities :: Int -> ThreadAction

    dejafu Test.DejaFu.Conc

    Get the number of Haskell threads that can run simultaneously.

  3. SetNumCapabilities :: Int -> ThreadAction

    dejafu Test.DejaFu.Conc

    Set the number of Haskell threads that can run simultaneously.

  4. WillGetNumCapabilities :: Lookahead

    dejafu Test.DejaFu.Conc

    Will get the number of Haskell threads that can run simultaneously.

  5. WillSetNumCapabilities :: Int -> Lookahead

    dejafu Test.DejaFu.Conc

    Will set the number of Haskell threads that can run simultaneously.

  6. AGetNumCapabilities :: (Int -> Action n) -> Action (n :: Type -> Type)

    dejafu Test.DejaFu.Conc.Internal.Common

    No documentation available.

  7. ASetNumCapabilities :: Int -> Action n -> Action (n :: Type -> Type)

    dejafu Test.DejaFu.Conc.Internal.Common

    No documentation available.

  8. 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.

  9. GetNumCapabilities :: Int -> ThreadAction

    dejafu Test.DejaFu.Types

    Get the number of Haskell threads that can run simultaneously.

  10. SetNumCapabilities :: Int -> ThreadAction

    dejafu Test.DejaFu.Types

    Set the number of Haskell threads that can run simultaneously.

Page 346 of many | Previous | Next