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. setProcessPriority :: ProcessID -> Int -> IO ()

    unix System.Posix.Process.PosixString

    No documentation available.

  2. setUserPriority :: UserID -> Int -> IO ()

    unix System.Posix.Process.PosixString

    No documentation available.

  3. setResourceLimit :: Resource -> ResourceLimits -> IO ()

    unix System.Posix.Resource

    No documentation available.

  4. setSignalMask :: SignalSet -> IO ()

    unix System.Posix.Signals

    setSignalMask mask calls sigprocmask with SIG_SETMASK to block all interrupts in mask.

  5. setStoppedChildFlag :: Bool -> IO Bool

    unix System.Posix.Signals

    Tells the system whether or not to set the SA_NOCLDSTOP flag when installing new signal handlers.

  6. setTerminalAttributes :: Fd -> TerminalAttributes -> TerminalState -> IO ()

    unix System.Posix.Terminal

    setTerminalAttributes fd attr ts calls tcsetattr to change the TerminalAttributes associated with Fd fd to attr, when the terminal is in the state indicated by ts.

  7. setTerminalProcessGroupID :: Fd -> ProcessGroupID -> IO ()

    unix System.Posix.Terminal

    setTerminalProcessGroupID fd pgid calls tcsetpgrp to set the ProcessGroupID of the foreground process group associated with the terminal attached to Fd fd to pgid.

  8. setTerminalAttributes :: Fd -> TerminalAttributes -> TerminalState -> IO ()

    unix System.Posix.Terminal.ByteString

    setTerminalAttributes fd attr ts calls tcsetattr to change the TerminalAttributes associated with Fd fd to attr, when the terminal is in the state indicated by ts.

  9. setTerminalProcessGroupID :: Fd -> ProcessGroupID -> IO ()

    unix System.Posix.Terminal.ByteString

    setTerminalProcessGroupID fd pgid calls tcsetpgrp to set the ProcessGroupID of the foreground process group associated with the terminal attached to Fd fd to pgid.

  10. setTerminalAttributes :: Fd -> TerminalAttributes -> TerminalState -> IO ()

    unix System.Posix.Terminal.PosixString

    setTerminalAttributes fd attr ts calls tcsetattr to change the TerminalAttributes associated with Fd fd to attr, when the terminal is in the state indicated by ts.

Page 161 of many | Previous | Next