Lines Matching refs:executor
75 executor = executor_reference()
76 if executor is not None:
77 executor._initializer_failed()
88 executor = executor_reference()
89 if executor is not None:
90 executor._idle_semaphore.release()
91 del executor
94 executor = executor_reference()
97 # - The executor that owns the worker has been collected OR
98 # - The executor that owns the worker has been shutdown.
99 if _shutdown or executor is None or executor._shutdown:
100 # Flag the executor as shutting down as early as possible if it
102 if executor is not None:
103 executor._shutdown = True
107 del executor
185 # When the executor gets lost, the weakref callback will wake up