Lines Matching refs:threads
104 parser.add_argument('--threads', default=DEFAULT_THREADS, type=int,
686 def get_timeout(args, threads):
687 timeout = DEFAULT_TIMEOUT * threads
694 threads = DEFAULT_THREADS
695 if args.threads:
696 threads = args.threads
697 return threads
835 threads = get_threads(args)
836 timeout = get_timeout(args, threads)
843 test_cmd.append(f"--threads={threads}")