Home
last modified time | relevance | path

Searched refs:PIDS (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/sched/tool/
Dtrace_sched.c76 #define PIDS PTHREAD_THREADS_MAX /* maximum thread allowed. */ macro
78 #define PIDS PID_MAX_DEFAULT /* maximum pids allowed. */ macro
80 #define PIDS PID_MAX /* alternative way maximum pids may be defined */ macro
298 int exp_prio[PIDS]; /* desired priority, random value. */ in main()
299 int act_prio[PIDS]; /* priority actually set. */ in main()
300 int gen_pid[PIDS]; /* pid of the processes on this processor. */ in main()
301 int proc_id[PIDS]; /* id of the processor last execed on. */ in main()
303 pthread_t thid[PIDS]; /* pids of process or threads spawned */ in main()
361 } else if (num_thrd > PIDS) { in main()
365 num_thrd, PIDS, PIDS - 1000); in main()
[all …]