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.

  1. setThreadPriority :: MonadIO m => ThreadPriority -> m CInt

    sdl2 SDL.Raw.Thread

    No documentation available.

  2. threadID :: MonadIO m => m ThreadID

    sdl2 SDL.Raw.Thread

    No documentation available.

  3. waitThread :: MonadIO m => Ptr Thread -> Ptr CInt -> m ()

    sdl2 SDL.Raw.Thread

    No documentation available.

  4. type Thread = Ptr ()

    sdl2 SDL.Raw.Types

    No documentation available.

  5. type ThreadFunction = FunPtr Ptr () -> IO CInt

    sdl2 SDL.Raw.Types

    No documentation available.

  6. type ThreadID = CULong

    sdl2 SDL.Raw.Types

    No documentation available.

  7. mkThreadFunction :: (Ptr () -> IO CInt) -> IO ThreadFunction

    sdl2 SDL.Raw.Types

    The storage associated with the resulting FunPtr has to be released with freeHaskellFunPtr when it is no longer required.

  8. rwopsRead :: RWops -> !FunPtr (Ptr RWops -> Ptr () -> CSize -> CSize -> IO CSize)

    sdl2 SDL.Raw.Types

    No documentation available.

  9. renderReadPixels :: MonadIO m => Renderer -> Ptr Rect -> Word32 -> Ptr () -> CInt -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  10. FSARead :: a -> FSATrace a

    shake Development.Shake

    Reading from a file

Page 553 of many | Previous | Next