Home | History | Annotate | Download | only in test

Lines Matching full:_pool

1164         self.assertEqual(3, len(p._pool))
1221 self.assertEqual(3, len(p._pool))
1222 origworkerpids = [w.pid for w in p._pool]
1236 while countdown and not all(w.is_alive() for w in p._pool):
1239 finalworkerpids = [w.pid for w in p._pool]