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.
atomicReadWordAddr# :: Addr# -> State# s -> (# State# s, Word# #)ghc-prim GHC.PrimopWrappers No documentation available.
isCurrentThreadBound# :: State# RealWorld -> (# State# RealWorld, Int# #)ghc-prim GHC.PrimopWrappers No documentation available.
killThread# :: ThreadId# -> a -> State# RealWorld -> State# RealWorldghc-prim GHC.PrimopWrappers No documentation available.
labelThread# :: ThreadId# -> ByteArray# -> State# RealWorld -> State# RealWorldghc-prim GHC.PrimopWrappers No documentation available.
listThreads# :: State# RealWorld -> (# State# RealWorld, Array# ThreadId# #)ghc-prim GHC.PrimopWrappers No documentation available.
myThreadId# :: State# RealWorld -> (# State# RealWorld, ThreadId# #)ghc-prim GHC.PrimopWrappers No documentation available.
setThreadAllocationCounter# :: Int64# -> State# RealWorld -> State# RealWorldghc-prim GHC.PrimopWrappers No documentation available.
threadLabel# :: ThreadId# -> State# RealWorld -> (# State# RealWorld, Int#, ByteArray# #)ghc-prim GHC.PrimopWrappers No documentation available.
threadStatus# :: ThreadId# -> State# RealWorld -> (# State# RealWorld, Int#, Int#, Int# #)ghc-prim GHC.PrimopWrappers No documentation available.
tryReadMVar# :: MVar# s a_levpoly -> State# s -> (# State# s, Int#, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.