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.
-
sbp SwiftNav.SBP.Linux SBP class for message MSG_LINUX_PROCESS_FD_SUMMARY (0x7F07). Summary of open file descriptors on the system.
MsgLinuxProcessFdSummary :: Word32 -> Text -> MsgLinuxProcessFdSummarysbp SwiftNav.SBP.Linux No documentation available.
_msgLinuxProcessFdSummary_most_opened :: MsgLinuxProcessFdSummary -> !Textsbp 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.
_msgLinuxProcessFdSummary_sys_fd_count :: MsgLinuxProcessFdSummary -> !Word32sbp SwiftNav.SBP.Linux count of total FDs open on the system
msgLinuxProcessFdSummary :: Word16sbp SwiftNav.SBP.Linux No documentation available.
msgLinuxProcessFdSummary_most_opened :: Lens' MsgLinuxProcessFdSummary Textsbp SwiftNav.SBP.Linux No documentation available.
msgLinuxProcessFdSummary_sys_fd_count :: Lens' MsgLinuxProcessFdSummary Word32sbp SwiftNav.SBP.Linux No documentation available.
resume :: MonadIO m => Channel -> m ()sdl2-mixer SDL.Mixer Resumes playing a Channel, or all Channels if AllChannels is used.
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.
resume :: MonadIO m => Channel -> m ()sdl2-mixer SDL.Raw.Mixer No documentation available.