Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. branch_transaction_already_active :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    BRANCH_TRANSACTION_ALREADY_ACTIVE: 25002 (Error)

  2. e_r_e_reading_sql_data_not_permitted :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    E_R_E_READING_SQL_DATA_NOT_PERMITTED: 38004 (Error)

  3. s_r_e_reading_sql_data_not_permitted :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    S_R_E_READING_SQL_DATA_NOT_PERMITTED: 2F004 (Error)

  4. getNumPrimecountThreads :: IO Int

    primecount Math.NumberTheory.Prime.Count

    Get the currently set number of threads used by libprimecount.

  5. setNumPrimecountThreads :: Int -> IO ()

    primecount Math.NumberTheory.Prime.Count

    Set the number of threads used by libprimecount. If the input is not positive, the thread count is set to 1. If the input is greater than the number of CPUs available, the thread count is set to the number of CPUs available.

  6. primecount_get_num_threads :: IO Int

    primecount Math.NumberTheory.Prime.Count.FFI

    Get the currently set number of threads used by libprimecount.

  7. primecount_set_num_threads :: Int -> IO ()

    primecount Math.NumberTheory.Prime.Count.FFI

    Set the number of threads used by libprimecount.

  8. package pthread

    Bindings for the pthread library. Bindings for the pthread library.

  9. module System.Posix.Thread

    Bindings to the POSIX threads library. Requires linking with the -threaded RTS.

  10. myThreadId :: IO ThreadId

    pthread System.Posix.Thread

    Obtain ID of the calling thread.

Page 794 of many | Previous | Next