ghc-lib-parser-9.8.1.20231009: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Exts.Heap.FFIClosures_ProfilingDisabled

Synopsis

Documentation

peekTSOFields :: (Ptr a -> IO (Maybe CostCentreStack)) -> Ptr tsoPtr -> IO TSOFields #

Get non-pointer fields from StgTSO_ (TSO.h)

parseWhatNext :: Word16 -> WhatNext #

parseTsoFlags :: Word32 -> [TsoFlags] #

isSet :: Word32 -> Word32 -> Bool #

unset :: Word32 -> Word32 -> Word32 #

data StackFields #

Constructors

StackFields 

Fields

peekStackFields :: Ptr a -> IO StackFields #

Get non-closure fields from StgStack_ (TSO.h)