Home | History | Annotate | Download | only in toolbox

Lines Matching refs:threads

87 static int max_procs, delay, iterations, threads;
161 if (!strcmp(argv[i], "-t")) { threads = 1; continue; }
171 if (threads && proc_cmp == &proc_thr_cmp) {
172 fprintf(stderr, "Sorting by threads per thread makes no sense!\n");
236 new_procs = calloc(INIT_PROCS * (threads ? THREAD_MULT : 1), sizeof(struct proc_info *));
237 num_new_procs = INIT_PROCS * (threads ? THREAD_MULT : 1);
254 if (!threads) {
289 if (threads) {
313 if (!threads)
458 if (!threads)
482 if (!threads)
571 " -t Show threads instead of processes.\n"