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.py2222 def exception_throwing_generator(total, when): function
2309 self.pool.map(sqr, exception_throwing_generator(1, -1), 1)
2312 self.pool.map(sqr, exception_throwing_generator(1, -1), 1)
2315 self.pool.map(sqr, exception_throwing_generator(10, 3), 1)
2360 it = self.pool.imap(sqr, exception_throwing_generator(1, -1), 1)
2363 it = self.pool.imap(sqr, exception_throwing_generator(1, -1), 1)
2366 it = self.pool.imap(sqr, exception_throwing_generator(10, 3), 1)
2372 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 2)
2376 it = self.pool.imap(sqr, exception_throwing_generator(20, 7), 4)
2394 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),