Home
last modified time | relevance | path

Searched refs:LOG_THRESHOLD_FOR_CONNLOST_WRITES (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dconstants.py4 LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 variable
Dselector_events.py849 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
976 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
Dproactor_events.py320 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
Dunix_events.py632 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES: