Lines Matching full:_pool
1245 self.assertEqual(3, len(p._pool))1294 self.assertEqual(3, len(p._pool))1295 origworkerpids = [w.pid for w in p._pool]1309 while countdown and not all(w.is_alive() for w in p._pool):1312 finalworkerpids = [w.pid for w in p._pool]