Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2326 def exception_throwing_generator(total, when): function
2413 self.pool.map(sqr, exception_throwing_generator(1, -1), 1)
2416 self.pool.map(sqr, exception_throwing_generator(1, -1), 1)
2419 self.pool.map(sqr, exception_throwing_generator(10, 3), 1)
2464 it = self.pool.imap(sqr, exception_throwing_generator(1, -1), 1)
2467 it = self.pool.imap(sqr, exception_throwing_generator(1, -1), 1)
2470 it = self.pool.imap(sqr, exception_throwing_generator(10, 3), 1)
2476 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 2)
2480 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 4)
2498 exception_throwing_generator(1, -1),
[all …]
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1182 def exception_throwing_generator(total, when): function
1247 it = self.pool.imap(sqr, exception_throwing_generator(10, 3), 1)
1253 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 2)
1257 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 4)
1274 exception_throwing_generator(10, 3),
1285 exception_throwing_generator(20, 7),