Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:_tls

710         # self._tls is used to record the connection used by this
712 self._tls = tls_idset[0]
744 self._tls.connection = conn
751 conn = self._tls.connection
756 conn = self._tls.connection
793 self._tls, self._idset, self._Client),