Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. data MsgLinuxProcessFdSummary

    sbp SwiftNav.SBP.Linux

    SBP class for message MSG_LINUX_PROCESS_FD_SUMMARY (0x7F07). Summary of open file descriptors on the system.

  2. MsgLinuxProcessFdSummary :: Word32 -> Text -> MsgLinuxProcessFdSummary

    sbp SwiftNav.SBP.Linux

    No documentation available.

  3. _msgLinuxProcessFdSummary_most_opened :: MsgLinuxProcessFdSummary -> !Text

    sbp SwiftNav.SBP.Linux

    A null delimited list of strings which alternates between a string representation of the process count and the file name whose count it being reported. That is, in C string syntax "320varlogsyslog0120tmp/foo0" with the end of the list being 2 NULL terminators in a row.

  4. _msgLinuxProcessFdSummary_sys_fd_count :: MsgLinuxProcessFdSummary -> !Word32

    sbp SwiftNav.SBP.Linux

    count of total FDs open on the system

  5. msgLinuxProcessFdSummary :: Word16

    sbp SwiftNav.SBP.Linux

    No documentation available.

  6. msgLinuxProcessFdSummary_most_opened :: Lens' MsgLinuxProcessFdSummary Text

    sbp SwiftNav.SBP.Linux

    No documentation available.

  7. msgLinuxProcessFdSummary_sys_fd_count :: Lens' MsgLinuxProcessFdSummary Word32

    sbp SwiftNav.SBP.Linux

    No documentation available.

  8. resume :: MonadIO m => Channel -> m ()

    sdl2-mixer SDL.Mixer

    Resumes playing a Channel, or all Channels if AllChannels is used.

  9. resumeMusic :: MonadIO m => m ()

    sdl2-mixer SDL.Mixer

    Resumes Music playback. This works on both paused and halted Music. If Music is currently actively playing, this has no effect.

  10. resume :: MonadIO m => Channel -> m ()

    sdl2-mixer SDL.Raw.Mixer

    No documentation available.

Page 224 of many | Previous | Next