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.
setProcessGroupIDOf :: ProcessID -> ProcessGroupID -> IO ()unix System.Posix.Process.PosixString setProcessGroupIDOf pid pgid calls setpgid to set the ProcessGroupIDOf for process pid to pgid.
siginfoPid :: SignalSpecificInfo -> ProcessIDunix System.Posix.Signals No documentation available.
siginfoUid :: SignalSpecificInfo -> UserIDunix System.Posix.Signals No documentation available.
getTerminalProcessGroupID :: Fd -> IO ProcessGroupIDunix System.Posix.Terminal getTerminalProcessGroupID fd calls tcgetpgrp to obtain the ProcessGroupID of the foreground process group associated with the terminal attached to Fd fd.
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.
getTerminalProcessGroupID :: Fd -> IO ProcessGroupIDunix 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.
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.
getTerminalProcessGroupID :: Fd -> IO ProcessGroupIDunix 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.
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.
-
unix System.Posix.Unistd No documentation available.