pub fn online_cpu_count() -> usize
获取在线 CPU 数量
sysconf 返回 -1 时 fail-closed 回退 1(与 page_size() 的 -1 检查语义对齐: 不得将错误值静默转为巨大 usize)。
page_size()