Home
last modified time | relevance | path

Searched refs:LOG_THRESHOLD_FOR_CONNLOST_WRITES (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dconstants.py4 LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 variable
H A Dproactor_events.py351 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
497 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
H A Dselector_events.py1049 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
1185 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
H A Dsslproto.py679 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
H A Dunix_events.py686 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:

Completed in 7 milliseconds