Home
last modified time | relevance | path

Searched refs:is_shutting_down (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pyx.pxi40 self.is_shutting_down = False
46 if not self.is_started or self.is_shutting_down:
98 self.is_shutting_down = True
107 if queue.is_shutting_down:
111 elif self.is_shutting_down:
124 if not self.is_shutting_down:
138 elif not self.is_shutting_down:
Dcompletion_queue.pyx.pxi83 self.is_shutting_down = False
100 self.is_shutting_down = True
103 if not self.is_shutting_down:
113 if not self.is_shutting_down:
Dcompletion_queue.pxd.pxi25 cdef bint is_shutting_down
Dserver.pxd.pxi22 cdef bint is_shutting_down # shutdown has been called
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py334 if self.is_shutting_down():
404 assert self.is_shutting_down()
420 def is_shutting_down(self): member in _ExecutorManagerThread
/external/autotest/client/common_lib/hosts/
Dbase_classes.py218 def is_shutting_down(self): member in Host
/external/autotest/server/hosts/
Dabstract_ssh.py821 if self.is_shutting_down():