Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type SingleThreaded = Bool

    ghc GHC.Llvm.Syntax

    No documentation available.

  2. WayThreaded :: Way

    ghc GHC.Platform.Ways

    (RTS only) Multithreaded runtime system

  3. hostIsThreaded :: Bool

    ghc GHC.Platform.Ways

    Consult the RTS to find whether it is threaded.

  4. icReaderEnv :: InteractiveContext -> GlobalRdrEnv

    ghc GHC.Runtime.Context

    No documentation available.

  5. emitLoadThreadState :: FCode ()

    ghc GHC.StgToCmm.Foreign

    No documentation available.

  6. emitSaveThreadState :: FCode ()

    ghc GHC.StgToCmm.Foreign

    No documentation available.

  7. loadThreadState :: MonadUnique m => Profile -> m CmmAGraph

    ghc GHC.StgToCmm.Foreign

    Produce code to load the current thread state from CurrentTSO

  8. saveThreadState :: MonadUnique m => Profile -> m CmmAGraph

    ghc GHC.StgToCmm.Foreign

    Produce code to save the current thread state to CurrentTSO

  9. emitAtomicRead :: MemoryOrdering -> LocalReg -> CmmExpr -> FCode ()

    ghc GHC.StgToCmm.Utils

    No documentation available.

  10. data ThreadStatus

    ghc GHC.StgToJS.Types

    A thread is in one of 4 states

Page 470 of many | Previous | Next