Lines Matching refs:zombies
949 zombies = []952 zombies.append(thread_id)953 if hung_workers or zombies:954 self.logger.info("%s workers didn't stop properly, and %s zombies",955 len(hung_workers), len(zombies))962 need_force_quit = bool(zombies)1404 If there are more zombies than this, just kill the process. This is