1 #ifndef _LINUX_THREADS_H
2 #define _LINUX_THREADS_H
5 * The default limit for the nr of threads is now in
6 * /proc/sys/kernel/max-threads.
10 #define NR_CPUS 32 /* Max processors that can be running in SMP */
15 #define MIN_THREADS_LEFT_FOR_ROOT 4
18 * This controls the maximum pid allocated to a process
20 #define PID_MAX 0x8000