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. initThreads :: IO Status

    X11 Graphics.X11.Xlib.Misc

    No documentation available.

  2. StatusReadError :: Status

    cairo Graphics.Rendering.Cairo

    No documentation available.

  3. unsafeReadSTArray :: STArray s i e -> Int -> ST s e

    ghc-internal GHC.Internal.Arr

    No documentation available.

  4. data ThreadId#

    ghc-internal GHC.Internal.Base

    (In a non-concurrent implementation, this can be a singleton type, whose (unique) value is returned by myThreadId#. The other operations can be omitted.)

  5. atomicReadIntArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Int# #)

    ghc-internal GHC.Internal.Base

    Given an array and an offset in machine words, read an element. The index is assumed to be in bounds. Implies a full memory barrier. Warning: this can fail with an unchecked exception.

  6. atomicReadWordAddr# :: Addr# -> State# d -> (# State# d, Word# #)

    ghc-internal GHC.Internal.Base

    Given an address, read a machine word. Implies a full memory barrier. Warning: this can fail with an unchecked exception.

  7. isCurrentThreadBound# :: State# RealWorld -> (# State# RealWorld, Int# #)

    ghc-internal GHC.Internal.Base

    No documentation available.

  8. killThread# :: ThreadId# -> a -> State# RealWorld -> State# RealWorld

    ghc-internal GHC.Internal.Base

    No documentation available.

  9. labelThread# :: ThreadId# -> ByteArray# -> State# RealWorld -> State# RealWorld

    ghc-internal GHC.Internal.Base

    Set the label of the given thread. The ByteArray# should contain a UTF-8-encoded string.

  10. listThreads# :: State# RealWorld -> (# State# RealWorld, Array# ThreadId# #)

    ghc-internal GHC.Internal.Base

    Returns an array of the threads started by the program. Note that this threads which have finished execution may or may not be present in this list, depending upon whether they have been collected by the garbage collector.

Page 531 of many | Previous | Next