Searched refs:n_thread (Results 1 – 1 of 1) sorted by relevance
111 n_thread = -1 variable227 global n_thread228 if n_thread is -1:230 n_thread = get_default_threads('target')232 n_thread = get_default_threads('host')233 print_text("Concurrency: " + str(n_thread) + "\n")240 semaphore = threading.Semaphore(n_thread)926 global n_thread1009 n_thread = max(1, options['n_thread'])1016 n_thread = 1