Function procfs::sys::kernel::threads_max[][src]

pub fn threads_max() -> ProcResult<u32>
Expand description

Returns the system-wide limit on the number of threads (tasks) that can be created on the system.

This is taken from /proc/sys/kernel/threads-max