Home | History | Annotate | Download | only in ioshark

Lines Matching refs:num_threads

83 	fprintf(stderr, "%s [-b blockdev_name] [-d preserve_delays] [-n num_iterations] [-t num_threads] -q -v | -s <list of parsed input files>\n",
607 wait_for_threads(int num_threads)
611 for (i = 0; i < num_threads; i++) {
658 int num_threads = 0;
681 num_threads = atoi(optarg);
702 if (num_threads > MAX_THREADS)
767 if (num_threads == 0 || num_threads > num_files)
768 num_threads = num_files;
773 for (i = 0; i < num_threads; i++) {
782 wait_for_threads(num_threads);
797 for (c = 0; c < num_threads; c++) {
806 wait_for_threads(num_threads);