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. getProcessGroupID :: IO ProcessGroupID

    unix System.Posix.Process.ByteString

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

  2. getProcessGroupIDOf :: ProcessID -> IO ProcessGroupID

    unix System.Posix.Process.ByteString

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

  3. getProcessID :: IO ProcessID

    unix System.Posix.Process.ByteString

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

  4. setProcessGroupID :: ProcessID -> ProcessGroupID -> IO ()

    unix System.Posix.Process.ByteString

    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.

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

    unix System.Posix.Process.ByteString

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

  6. getParentProcessID :: IO ProcessID

    unix System.Posix.Process.PosixString

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

  7. getProcessGroupID :: IO ProcessGroupID

    unix System.Posix.Process.PosixString

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

  8. getProcessGroupIDOf :: ProcessID -> IO ProcessGroupID

    unix System.Posix.Process.PosixString

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

  9. getProcessID :: IO ProcessID

    unix System.Posix.Process.PosixString

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

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

Page 395 of many | Previous | Next