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.
setProcessGroupIDOf :: ProcessID -> ProcessGroupID -> IO ()unix System.Posix.Process.ByteString setProcessGroupIDOf pid pgid calls setpgid to set the ProcessGroupIDOf for process pid to pgid.
setProcessGroupPriority :: ProcessGroupID -> Int -> IO ()unix System.Posix.Process.ByteString No documentation available.
setProcessPriority :: ProcessID -> Int -> IO ()unix System.Posix.Process.ByteString No documentation available.
setUserPriority :: UserID -> Int -> IO ()unix System.Posix.Process.ByteString No documentation available.
setProcessGroupID :: ProcessID -> ProcessGroupID -> IO ()unix System.Posix.Process.PosixString Deprecated: This function is scheduled to be replaced by something different in the future, we therefore recommend that you do not use this version and use setProcessGroupIDOf instead.
setProcessGroupIDOf :: ProcessID -> ProcessGroupID -> IO ()unix System.Posix.Process.PosixString setProcessGroupIDOf pid pgid calls setpgid to set the ProcessGroupIDOf for process pid to pgid.
setProcessGroupPriority :: ProcessGroupID -> Int -> IO ()unix System.Posix.Process.PosixString No documentation available.
setProcessPriority :: ProcessID -> Int -> IO ()unix System.Posix.Process.PosixString No documentation available.
setUserPriority :: UserID -> Int -> IO ()unix System.Posix.Process.PosixString No documentation available.
setResourceLimit :: Resource -> ResourceLimits -> IO ()unix System.Posix.Resource No documentation available.