Home
last modified time | relevance | path

Searched refs:is_shutting_down (Results 1 – 6 of 6) 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/autotest/client/common_lib/hosts/
Dbase_classes.py211 def is_shutting_down(self): member in Host
/external/autotest/server/hosts/
Dabstract_ssh.py796 if self.is_shutting_down():