Searched refs:n_thread (Results 1 – 1 of 1) sorted by relevance
108 n_thread = -1 variable242 global n_thread243 if n_thread is -1:245 n_thread = get_default_threads('target')247 n_thread = get_default_threads('host')248 print_text("Concurrency: " + str(n_thread) + "\n")255 semaphore = threading.Semaphore(n_thread)920 global n_thread978 n_thread = max(1, options['n_thread'])985 n_thread = 1