Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:_Client

481         self._Listener, self._Client = listener_client[serializer]
536 self._state, self._Client),
565 conn = self._Client(self._address, authkey=self._authkey)
582 conn = self._Client(self._address, authkey=self._authkey)
592 conn = self._Client(self._address, authkey=self._authkey)
605 def _finalize_manager(process, address, authkey, state, _Client):
612 conn = _Client(address, authkey=authkey)
672 conn = self._Client(token.address, authkey=self._authkey)
723 self._Client = listener_client[serializer][1]
742 conn = self._Client(self._token.address, authkey=self._authkey)
771 conn = self._Client(token.address, authkey=self._authkey)
783 conn = self._Client(self._token.address, authkey=self._authkey)
794 self._tls, self._idset, self._Client),
799 def _decref(token, authkey, state, tls, idset, _Client):
807 conn = _Client(token.address, authkey=authkey)
912 _Client = listener_client[serializer][1]
915 conn = _Client(token.address, authkey=authkey)