Home | History | Annotate | Download | only in multiprocessing

Lines Matching full:decref

153               'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
404 # is responsible for doing a decref once the Proxy object
432 def decref(self, c, ident):
673 dispatch(conn, None, 'decref', (token.id,))
771 dispatch(conn, None, 'decref', (token.id,))
805 util.debug('DECREF %r', token.id)
807 dispatch(conn, None, 'decref', (token.id,))
809 util.debug('... decref failed %s', e)
812 util.debug('DECREF %r -- manager already shutdown', token.id)