Searched refs:n_thread (Results 1 – 1 of 1) sorted by relevance
121 n_thread = -1 variable271 global n_thread272 if n_thread is -1:274 n_thread = get_default_threads('target')276 n_thread = get_default_threads('host')279 semaphore = threading.Semaphore(n_thread)828 global n_thread941 n_thread = max(1, options['n_thread'])947 n_thread = 1