Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setProcessPriority :: ProcessID -> Int -> IO ()

    unix System.Posix.Process.ByteString

    No documentation available.

  2. setUserPriority :: UserID -> Int -> IO ()

    unix System.Posix.Process.ByteString

    No documentation available.

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

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

    unix System.Posix.Process.PosixString

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

  5. setProcessGroupPriority :: ProcessGroupID -> Int -> IO ()

    unix System.Posix.Process.PosixString

    No documentation available.

  6. setProcessPriority :: ProcessID -> Int -> IO ()

    unix System.Posix.Process.PosixString

    No documentation available.

  7. setUserPriority :: UserID -> Int -> IO ()

    unix System.Posix.Process.PosixString

    No documentation available.

  8. setResourceLimit :: Resource -> ResourceLimits -> IO ()

    unix System.Posix.Resource

    No documentation available.

  9. setSignalMask :: SignalSet -> IO ()

    unix System.Posix.Signals

    setSignalMask mask calls sigprocmask with SIG_SETMASK to block all interrupts in mask.

  10. setStoppedChildFlag :: Bool -> IO Bool

    unix System.Posix.Signals

    Tells the system whether or not to set the SA_NOCLDSTOP flag when installing new signal handlers.

Page 145 of many | Previous | Next