Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. PartiallySynchronisedCommit :: IORefId -> ActionType

    dejafu Test.DejaFu.Internal

    A commit.

  2. PartiallySynchronisedModify :: IORefId -> ActionType

    dejafu Test.DejaFu.Internal

    A modifyIORefCAS

  3. PartiallySynchronisedWrite :: IORefId -> ActionType

    dejafu Test.DejaFu.Internal

    A casIORef

  4. PartialStoreOrder :: MemType

    dejafu Test.DejaFu.Settings

    Each IORef has a write buffer. A thread sees its writes immediately, but other threads will only see writes when they are committed, which may happen later. Writes to different IORefs are not necessarily committed in the same order that they are created.

  5. newtype PreemptionBound

    dejafu Test.DejaFu.Settings

    Restrict the number of pre-emptive context switches allowed in an execution. A pre-emption bound of zero disables pre-emptions entirely.

  6. PreemptionBound :: Int -> PreemptionBound

    dejafu Test.DejaFu.Settings

    No documentation available.

  7. PartialStoreOrder :: MemType

    dejafu Test.DejaFu.Types

    Each IORef has a write buffer. A thread sees its writes immediately, but other threads will only see writes when they are committed, which may happen later. Writes to different IORefs are not necessarily committed in the same order that they are created.

  8. PopCatching :: ThreadAction

    dejafu Test.DejaFu.Types

    Pop the innermost exception handler from the stack.

  9. newtype PreemptionBound

    dejafu Test.DejaFu.Types

    Restrict the number of pre-emptive context switches allowed in an execution. A pre-emption bound of zero disables pre-emptions entirely.

  10. PreemptionBound :: Int -> PreemptionBound

    dejafu Test.DejaFu.Types

    No documentation available.

Page 685 of many | Previous | Next