Lines Matching full:dying
541 dying: a hung thread that has been killed, but hasn't died quite
554 considered dying for dying_limit seconds, if it is still alive
694 result = dict(idle=[], busy=[], hung=[], dying=[], zombie=[])
712 # Cull dying threads that are actually dead and gone
723 result['dying'].append(worker)
836 # Cull dying threads that are actually dead and gone
1370 before dying (and replacing itself with a new worker thread).