Lines Matching full:shutdown
129 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
334 def shutdown(self, c):
336 Shutdown this process
339 util.debug('manager received shutdown message')
442 SHUTDOWN = 2
522 self.shutdown = util.Finalize(
597 self.shutdown()
602 Shutdown the manager process; will be registered as a finalizer
605 util.info('sending shutdown message to manager')
609 dispatch(conn, None, 'shutdown')
625 state.value = State.SHUTDOWN
815 util.debug('DECREF %r -- manager already shutdown', token.id)
830 # the proxy may just be for a manager which has shutdown