Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. setSignalMask :: SignalSet -> IO ()

    unix System.Posix.Signals

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

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

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

    unix System.Posix.Terminal.PosixString

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

  9. setEffectiveGroupID :: GroupID -> IO ()

    unix System.Posix.User

    setEffectiveGroupID uid calls setegid to set the effective group-id associated with the current process to gid. This does not update the real group-id or set-group-id.

  10. setEffectiveUserID :: UserID -> IO ()

    unix System.Posix.User

    setEffectiveUserID uid calls seteuid to set the effective user-id associated with the current process to uid. This does not update the real user-id or set-user-id.

Page 144 of many | Previous | Next