Searched refs:thread_body (Results 1 – 1 of 1) sorted by relevance
36 thread_body = lambda f, n: [f() for i in xrange(n)] function37 threads = [threading.Thread(target=thread_body,