Searched refs:toplevel (Results 1 – 1 of 1) sorted by relevance
124 static unsigned long int toplevel = 1; variable371 if (toplevel > threads) in main()375 toplevel = threads; in main()457 pthread_t ths[toplevel]; in main()458 struct start_info si[toplevel]; in main()461 for (i = 0; i < toplevel; ++i) in main()463 unsigned int child_starts = starts / (toplevel - i); in main()464 unsigned int child_threads = threads / (toplevel - i); in main()478 for (i = 0; i < toplevel; ++i) in main()602 toplevel = num; in parse_opt()
Completed in 4 milliseconds