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.
-
unix System.Posix.Files.PosixString Set user ID on execution.
specialDeviceID :: FileStatus -> DeviceIDunix System.Posix.Files.PosixString Describes the device that this file represents.
specialDeviceIDX :: ExtendedFileStatus -> DeviceIDunix System.Posix.Files.PosixString Describes the device that this file represents.
getParentProcessID :: IO ProcessIDunix System.Posix.Process getParentProcessID calls getppid to obtain the ProcessID for the parent of the current process.
getProcessGroupID :: IO ProcessGroupIDunix System.Posix.Process getProcessGroupID calls getpgrp to obtain the ProcessGroupID for the current process.
getProcessGroupIDOf :: ProcessID -> IO ProcessGroupIDunix System.Posix.Process getProcessGroupIDOf pid calls getpgid to obtain the ProcessGroupID for process pid.
-
unix System.Posix.Process getProcessID calls getpid to obtain the ProcessID for the current process.
setProcessGroupID :: ProcessID -> ProcessGroupID -> IO ()unix System.Posix.Process 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 setProcessGroupIDOf pid pgid calls setpgid to set the ProcessGroupIDOf for process pid to pgid.
getParentProcessID :: IO ProcessIDunix System.Posix.Process.ByteString getParentProcessID calls getppid to obtain the ProcessID for the parent of the current process.