rust/library/std/src/thread
The8472 39b98e8c1a Expand available_parallelism docs in anticipation of cgroup quotas
The "fixed" in "fixed steady state limits" means to exclude load-dependent resource prioritization
that would calculate to 100% of capacity on an idle system and less capacity on a loaded system.

Additionally I also exclude "system load" since it would be silly to try to identify
other, perhaps higher priority, processes hogging some CPU cores that aren't explicitly excluded
by masks/quotas/whatever.
2021-11-19 22:52:09 +01:00
..
local Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
local.rs Auto merge of #90774 - alexcrichton:tweak-const, r=m-ou-se 2021-11-18 23:54:14 +00:00
mod.rs Expand available_parallelism docs in anticipation of cgroup quotas 2021-11-19 22:52:09 +01:00
tests.rs Add test for JoinHandle::is_running. 2021-10-31 15:23:36 +01:00