Lines Matching refs:executor
69 executor = executor_reference()
70 if executor is not None:
71 executor._initializer_failed()
82 executor = executor_reference()
83 if executor is not None:
84 executor._idle_semaphore.release()
85 del executor
88 executor = executor_reference()
93 if _shutdown or executor is None or executor._shutdown:
96 if executor is not None:
97 executor._shutdown = True
101 del executor