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. setUserIDMode :: FileMode

    unix System.Posix.Files.PosixString

    Set user ID on execution.

  2. specialDeviceID :: FileStatus -> DeviceID

    unix System.Posix.Files.PosixString

    Describes the device that this file represents.

  3. specialDeviceIDX :: ExtendedFileStatus -> DeviceID

    unix System.Posix.Files.PosixString

    Describes the device that this file represents.

  4. getParentProcessID :: IO ProcessID

    unix System.Posix.Process

    getParentProcessID calls getppid to obtain the ProcessID for the parent of the current process.

  5. getProcessGroupID :: IO ProcessGroupID

    unix System.Posix.Process

    getProcessGroupID calls getpgrp to obtain the ProcessGroupID for the current process.

  6. getProcessGroupIDOf :: ProcessID -> IO ProcessGroupID

    unix System.Posix.Process

    getProcessGroupIDOf pid calls getpgid to obtain the ProcessGroupID for process pid.

  7. getProcessID :: IO ProcessID

    unix System.Posix.Process

    getProcessID calls getpid to obtain the ProcessID for the current process.

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

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

    unix System.Posix.Process

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

  10. getParentProcessID :: IO ProcessID

    unix System.Posix.Process.ByteString

    getParentProcessID calls getppid to obtain the ProcessID for the parent of the current process.

Page 394 of many | Previous | Next