Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py108 n_thread = -1 variable
242 global n_thread
243 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_thread
978 n_thread = max(1, options['n_thread'])
985 n_thread = 1