Home
last modified time | relevance | path

Searched refs:n_thread (Results 1 – 1 of 1) sorted by relevance

/art/test/testrunner/
Dtestrunner.py126 n_thread = -1 variable
270 global n_thread
271 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_thread
526 with concurrent.futures.ThreadPoolExecutor(max_workers=n_thread) as executor:
1016 global n_thread
1116 n_thread = max(1, options['n_thread'])
[all …]