Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Ddecorators_unittest.py36 thread_body = lambda f, n: [f() for i in xrange(n)] function
37 threads = [threading.Thread(target=thread_body,