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.
-
X11 Graphics.X11.Xlib.Misc No documentation available.
-
cairo Graphics.Rendering.Cairo No documentation available.
unsafeReadSTArray :: STArray s i e -> Int -> ST s eghc-internal GHC.Internal.Arr No documentation available.
-
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.)
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.
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.
isCurrentThreadBound# :: State# RealWorld -> (# State# RealWorld, Int# #)ghc-internal GHC.Internal.Base No documentation available.
killThread# :: ThreadId# -> a -> State# RealWorld -> State# RealWorldghc-internal GHC.Internal.Base No documentation available.
labelThread# :: ThreadId# -> ByteArray# -> State# RealWorld -> State# RealWorldghc-internal GHC.Internal.Base Set the label of the given thread. The ByteArray# should contain a UTF-8-encoded string.
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.