Lines Matching full:busy
537 busy: worker thread doing its job
551 hung threads are threads that have been busy more than
559 threads in the busy state, another thread will be spawned. So if
560 the limit is 5, and there are 4 hung threads and 6 busy threads,
652 busy = 0
663 busy += 1
664 if busy < self.spawn_if_under:
666 'No idle tasks, and only %s busy tasks; adding %s more '
667 'workers', busy, self.spawn_if_under-busy)
669 for i in range(self.spawn_if_under - busy):
673 'No extra workers needed (%s busy workers)',
674 busy)
694 result = dict(idle=[], busy=[], hung=[], dying=[], zombie=[])
707 result['busy'].append(worker)
1393 less than this number of *busy* threads, then add workers to the
1394 pool. Busy threads are threads that have taken less than