mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 04:22:56 +00:00

It turns out that setpriority() on Linux sets the priority of just one thread. If you call setpriority() on a pid, you're setting the priority of only the main thread in that process.