Lines Matching refs:PIDS
76 #define PIDS PTHREAD_THREADS_MAX /* maximum thread allowed. */
78 #define PIDS PID_MAX_DEFAULT /* maximum pids allowed. */
80 #define PIDS PID_MAX /* alternative way maximum pids may be defined */
298 int exp_prio[PIDS]; /* desired priority, random value. */
299 int act_prio[PIDS]; /* priority actually set. */
300 int gen_pid[PIDS]; /* pid of the processes on this processor. */
301 int proc_id[PIDS]; /* id of the processor last execed on. */
303 pthread_t thid[PIDS]; /* pids of process or threads spawned */
361 } else if (num_thrd > PIDS) {
365 num_thrd, PIDS, PIDS - 1000);
366 num_thrd = (PIDS - 1000);