proc_threads_max()

Maximum number of threads to be used by the kernel

Syntax:

int proc_threads_max(void);

Arguments:

no arguments

Description:

The maximum number of threads to be used by the kernel, with a default value of 4095.

Return Values:

On success, returns the thread max value. On error, -1 is returned.



INDEX