Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. setProcessGroupIDOf :: ProcessID -> ProcessGroupID -> IO ()

    unix System.Posix.Process.PosixString

    setProcessGroupIDOf pid pgid calls setpgid to set the ProcessGroupIDOf for process pid to pgid.

  2. siginfoPid :: SignalSpecificInfo -> ProcessID

    unix System.Posix.Signals

    No documentation available.

  3. siginfoUid :: SignalSpecificInfo -> UserID

    unix System.Posix.Signals

    No documentation available.

  4. getTerminalProcessGroupID :: Fd -> IO ProcessGroupID

    unix System.Posix.Terminal

    getTerminalProcessGroupID fd calls tcgetpgrp to obtain the ProcessGroupID of the foreground process group associated with the terminal attached to Fd fd.

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

  6. getTerminalProcessGroupID :: Fd -> IO ProcessGroupID

    unix System.Posix.Terminal.ByteString

    getTerminalProcessGroupID fd calls tcgetpgrp to obtain the ProcessGroupID of the foreground process group associated with the terminal attached to Fd fd.

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

  8. getTerminalProcessGroupID :: Fd -> IO ProcessGroupID

    unix System.Posix.Terminal.PosixString

    getTerminalProcessGroupID fd calls tcgetpgrp to obtain the ProcessGroupID of the foreground process group associated with the terminal attached to Fd fd.

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

  10. HasSavedIDs :: SysVar

    unix System.Posix.Unistd

    No documentation available.

Page 396 of many | Previous | Next