Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:SHUTDOWN

152     public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c):
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
630 state.value = State.SHUTDOWN
812 util.debug('DECREF %r -- manager already shutdown', token.id)
827 # the proxy may just be for a manager which has shutdown