Lines Matching refs:RUN
37 RUN = "RUN"
234 self._worker_handler._state = RUN
244 self._task_handler._state = RUN
252 self._result_handler._state = RUN
262 self._state = RUN
266 def __del__(self, _warn=warnings.warn, RUN=RUN):
267 if self._state == RUN:
352 if self._state != RUN:
515 while thread._state == RUN or (cache and thread._state != TERMINATE):
536 if thread._state != RUN:
537 util.debug('task handler found thread._state != RUN')
584 if thread._state != RUN:
649 if self._state == RUN:
661 if self._state == RUN: