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. setFdOption :: Fd -> FdOption -> Bool -> IO ()

    unix System.Posix.IO.PosixString

    May throw an exception if this is an invalid descriptor.

  2. setLock :: Fd -> FileLock -> IO ()

    unix System.Posix.IO.PosixString

    May throw an exception if this is an invalid descriptor.

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

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

    unix System.Posix.Process

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

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

    unix System.Posix.Process

    No documentation available.

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

    unix System.Posix.Process

    No documentation available.

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

    unix System.Posix.Process

    No documentation available.

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

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

    unix System.Posix.Process.ByteString

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

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

    unix System.Posix.Process.ByteString

    No documentation available.

Page 144 of many | Previous | Next