mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
6bbda083e4
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.