Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py111 n_thread = -1 variable
227 global n_thread
228 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_thread
1009 n_thread = max(1, options['n_thread'])
1016 n_thread = 1