Searched refs:n_thread (Results 1 – 1 of 1) sorted by relevance
126 n_thread = -1 variable270 global n_thread271 if n_thread == -1:273 n_thread = get_default_threads('target')275 n_thread = get_default_threads('host')276 print_text("Concurrency: " + str(n_thread) + "\n")525 global n_thread526 with concurrent.futures.ThreadPoolExecutor(max_workers=n_thread) as executor:1016 global n_thread1116 n_thread = max(1, options['n_thread'])[all …]