Module solana_perf::thread

source ·

Functions§

  • Check whether the nice value can be changed by adjustment.
  • Adds adjustment to the nice value of calling thread. Negative adjustment increases priority, positive adjustment decreases priority. New thread inherits nice value from current thread when created.