Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_thread.py135 def __init__(self, num_threads): argument
136 self.num_threads = num_threads
145 if self.waiting == self.num_threads:
146 self.waiting = self.num_threads - 1
Dtest_hashlib.py330 num_threads = 5
333 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
343 for threadnum in xrange(num_threads):